You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does present a new problem where upon hover and expansion of the tab bar, the icons previously stacked vertically are now stacked horizontally, changing the tab positions under the cursor. One potential solution would be to always position the tab search/uncollapse buttons horizontally, or only position them in that way if expand on hover is enabled.
My 2 cents: it'd be smoother and more resource efficient if the tabs just expanded over the page contents instead of triggering multiple page resizes in that animation.
This would likely prevent the problem mentioned above too, as it would be a different state than clicking on the expand icon.
My 2 cents: it'd be smoother and more resource efficient if the tabs just expanded over the page contents instead of triggering multiple page resizes in that animation.
This would likely prevent the problem mentioned above too, as it would be a different state than clicking on the expand icon.
agreed. this would be much better. also try to make the hover smooth. take the example of the Zen browser - its vertical tabs are as smooth as butter!
it seems that #1035 is better in terms of the visual effect.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For your pull request to not get closed without review, please confirm that:
(an approved feature request, or confirmed bug).
otherwise I have marked my PR as draft.
organization if I lied by checking any of these checkboxes.
Tested on (check one or more):
Enables automatic vertical tab bar expansion on hover with cursor. Fixes #915