-
Notifications
You must be signed in to change notification settings - Fork 975
Tab hover gets stuck when opening a new tab (no mouseevents over webview) #13368
Comments
Was easily able to repro- basically, the preview is stuck after you move mouse off of tab Let's retry this once a new build comes out (which removes changes other than Chromium 65) |
Still seeing this issue on the C65 build 0.21.656 |
Added the |
This is an annoying bug. Have to disable tab preview to use. Definitely blocking the release. |
Looks like it's to do with the |
@petemill did you tried on Windows? Wouldn't be surprised if this is somehow related to |
btw you can see it same way Pete described by just watching the close tab icon not fading away when you hover over tab then back to webview |
Reproducible 100% of the time on Mac and Windows when moving mouse down from tab element to content area. |
I managed to mostly replicate the mouse events issue with C64 muon by commenting out the line And looks like that entire method has been refactored to a new |
Fixed with brave/muon@bf26683 Stay tuned for a new build... (will be Muon 4.9.2) |
Also ensured that the |
Description
Sometimes tab hover gets stuck when opening a new tab
Steps to Reproduce
Possible steps but not sure about it
Actual result:
Sometimes tab hover gets stuck when opening a new tab
Expected result:
Shouldn't hover over tabs until the time spent on tab is satisfied
Reproduces how often:
Sometimes can't really put a number on it
Brave Version
about:brave info:
Reproducible on current live release:
No
Additional Information
Could be due to the fact that on hover able to click elements of a page could be the root cause
The text was updated successfully, but these errors were encountered: