-
Notifications
You must be signed in to change notification settings - Fork 975
Make tab preview based on mouse idle time #8860
Comments
- Fix #8860 - Auditors: @bsclifton, @bradleyrichter
Could the preview be only shown after |
I tried that but doing so undercovered the flickering tab issue we had a while ago. The new method is the same we had but covering more cases. Reviews more than welcome ;) |
- Fix #8860 - Auditors: @bsclifton, @bradleyrichter
I'm sorry that this is not completely related, but is it possible to switch tab preview off completely? If not, I would like to suggest that as a feature and am happy to create the issue. Any knowledge about this? |
@ivanstegic there is an option under tabs in settings page to turn off tab preview. Just disable the switch and you won't see tab preivew |
@srirambv Oh!!!!! Thanks, I really appreciate it. :) |
- Fix #8860 - Auditors: @bsclifton, @bradleyrichter
- Fix #8860 - Auditors: @bsclifton, @bradleyrichter
- Fix #8860 - Auditors: @bsclifton, @bradleyrichter
- Fix #8860 - Auditors: @bsclifton, @bradleyrichter
- Fix #8860 - Auditors: @bsclifton, @bradleyrichter
- Fix #8860 - Auditors: @bsclifton, @bradleyrichter
- Fix #8860 - Auditors: @bsclifton, @bradleyrichter
- Fix #8860 - Auditors: @bsclifton, @bradleyrichter
- Fix #8860 - Auditors: @bsclifton, @bradleyrichter
- Fix #8860 - Auditors: @bsclifton
moving to 0.18.x as per last weekly triage meeting. Pls ask before moving out, thanks |
- Auditors: @bridiver, @bsclifton - Fix brave#8860 - Fix brave#3271
Heads-up QA I'm re-opening after #12823. This will add a "no delay" (current name) option for users that don't want to wait for a tab preview. Prior checked features aren't affected as we're only adding a new option but removing checks just in case. |
Test plan
See #9887
After #12823 please add the NO DELAY (current name) as a check too for undelayed tab previews. Thanks!!
Original issue description
Sometimes tab preview happen unintentionally if you go from urlbar to webview. Tab previews are based on RegExp that checks which element has hovered before current tab preview.
After taking #3271 this still seems to be the best approach currently but we need to cover other elements that were missing on initial implementation.
The text was updated successfully, but these errors were encountered: