fix(sidebar): prevent ToolTip on touch tap for sort button#777
Conversation
1. Replace implicit hovered with explicit HoverHandler to distinguish touch from hover 2. Fix tooltip popping up on touch screen tap of the sorting mode button 3. Ensure ToolTip only appears on mouse hover, not touch interaction Log: Fix sorting mode tooltip appearing on touch screen tap by using explicit HoverHandler fix(sidebar): 修复触控屏点击排序按钮出现提示 1. 使用显式 HoverHandler 区分触摸和悬停事件 2. 修复触控屏点击排序模式按钮时意外弹出 ToolTip 的问题 3. 确保 ToolTip 仅在鼠标悬停时显示,触控操作不触发 Log: 修复触控屏点击排序模式按钮显示 ToolTip 的问题,改用显式 HoverHandler PMS: BUG-367049
There was a problem hiding this comment.
Sorry @MyLeeJiEun, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
|
Hi @MyLeeJiEun. Thanks for your PR. I'm waiting for a linuxdeepin member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mhduiy, MyLeeJiEun The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/forcemerge |
|
This pr force merged! (status: blocked) |
Log: Fix sorting mode tooltip appearing on touch screen tap by using explicit HoverHandler
fix(sidebar): 修复触控屏点击排序按钮出现提示
Log: 修复触控屏点击排序模式按钮显示 ToolTip 的问题,改用显式 HoverHandler
PMS: BUG-367049