-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] support pref "browser.tabs.cardPreview.enabled" #3560
Comments
Firefox does not allow WebExtensions addons to show arbitrary popup, so we only have three choices:
All possible plans have serious cons, so currently I'm negative to implement preview popup from these choices. Waterfox Sidebar (it is an extended version of TST) supports preview popup with native appearance. Waterfox itself is currently based on Firefox 115, so you'll see preview popup for tabs sidebar after its base version is updated to 128. |
Oh sorry I misunderstood that you meant both I've created mock images for A, B and C. |
As those mocks described, such a rich popup has problems regardless it has a preview image or doesn't. This is the reason why I'm negative to simulate "browser.tabs.cardPreview.enabled" by TST. |
I wouldn't mind A without thumbnail but I understand your opinion. And thank you for this valuable add-on! |
Abstract
Firefox allows to change the view of tab tool tips to card view. Please, support this preference.
Steps to see the situation
Expected result
The tabs tool tips of TST also change the view
Actual (present) result
The tabs tool tips of TST don't change the view
Environment
The text was updated successfully, but these errors were encountered: