This repository was archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 970
Closing fixed-width tabs and then moving mouse away animates tabs past bounds of tab-bar #12566
Labels
Milestone
Comments
petemill
added a commit
to petemill/browser-laptop
that referenced
this issue
Jan 9, 2018
Fix brave#12566 Since each tab's 'fixed width' was being removed at the same time, each one was measuring the width whilst other tab(s) were / were not reset eback to a fluid width, causing measurements to be off. Flex supports transitions / animations by default, so we do not need to measure the element ourselves in this case, anyway. Bonus for being able to move from in-component animation to purely defined in styles.
10 tasks
#12567 does not cater for pinned tabs, or for multiple tab pages. Reverting that and reopening this issue... |
petemill
added a commit
that referenced
this issue
Jan 19, 2018
… or when multiple tab pages exist Fix #12566 Since each tab's 'fixed width' was being removed at the same time, each one was measuring the width whilst other tab(s) were / were not reset back to a fluid width, causing measurements to be off. Flex supports transitions / animations by default, so we do not need to measure the element ourselves in this case, anyway. Also prevents pinned tabs from fixing tab width and prevents fixing tab width when tab page remains full.
10 tasks
petemill
added a commit
that referenced
this issue
Jan 19, 2018
… or when multiple tab pages exist Fix #12566 Since each tab's 'fixed width' was being removed at the same time, each one was measuring the width whilst other tab(s) were / were not reset back to a fluid width, causing measurements to be off. Flex supports transitions / animations by default, so we do not need to measure the element ourselves in this case, anyway. Also prevents pinned tabs from fixing tab width and prevents fixing tab width when tab page remains full.
This was referenced Jun 11, 2018
This was referenced Jun 19, 2018
This was referenced Jun 21, 2018
This should be fixed in our next build- closing so that it can be retested 😄 |
This was referenced Jun 25, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Description
Bug introduced by #11438 and reported by @luixxiul in #11438 (comment)
Steps to Reproduce
from #11438 (comment)
Should animate to final width, not too wide and then back to final width.
Reproduces how often:
100% on master
Brave Version
about:brave info:
0.22
Reproducible on current live release:
No
Additional Information
The text was updated successfully, but these errors were encountered: