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
{{ message }}
This repository was archived by the owner on Dec 11, 2019. It is now read-only.
When using the mouse to close tabs via the close button [x], all the tabs often grow larger than the tab should be, not only making the next tab's close button not under the mouse cursor, but making all the tabs either too large or too small compared to how they will end up when the mouse is moved away from the tabs
Steps to Reproduce
Make the window narrow
Open ~7 tabs (enough for the tabs to fill the width of the container and get smaller
Mouse over the first tab's close button and click it
Actual result:
The next tab grows bigger (or smaller if you opened many many tabs)
Expected result:
The next tab stays exactly the same size, until mouseout of the tab bar
Fixbrave#11434
The tabs are meant to stay the same size until mouseout, according to brave#6088 and implemented in brave#6342. They were sometimes growing (or shrinking) on click and then shrinking further on mouseout due to the size being calculated at the wrong time
Fixbrave#11434
The tabs are meant to stay the same size until mouseout, according to brave#6088 and implemented in brave#6342. They were sometimes growing (or shrinking) on click and then shrinking further on mouseout due to the size being calculated at the wrong time
Test plan
#11436 (comment)
Description
When using the mouse to close tabs via the close button [x], all the tabs often grow larger than the tab should be, not only making the next tab's close button not under the mouse cursor, but making all the tabs either too large or too small compared to how they will end up when the mouse is moved away from the tabs
Steps to Reproduce
Actual result:
The next tab grows bigger (or smaller if you opened many many tabs)
Expected result:
The next tab stays exactly the same size, until mouseout of the tab bar
Brave Version
master - 74688c9 (0.21.0)
macOS
Reproducible on current live release:
No, neither on 0.19.37
The text was updated successfully, but these errors were encountered: