This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 973
Closing the last tab on full tabstrip and moving mouse away does not restore tab width #14477
Labels
0.23.x
issue first seen in 0.23.x
QA/checked-Linux
QA/checked-macOS
QA/checked-Win64
QA/test-plan-specified
regression
release-notes/exclude
Milestone
Comments
petemill
added a commit
that referenced
this issue
Jun 20, 2018
… use 'contents' value for display style property Since a `display: contents` container will essentially be the width of its children, and the child was being removed on tab close, the width of the parent element was narrowing so that the mouse was no longer on top, but the mouseleave event did not fire. Moving this handler to a parent element fixes it. It encompasses the pinned tabs but this should not be an issue as the intention of the feature is to relate to the tabs bar as a whole. Fix #14477
10 tasks
petemill
changed the title
Closing the last tab on full tabstrip and moving mouse away does not restor tab width
Closing the last tab on full tabstrip and moving mouse away does not restore tab width
Jun 20, 2018
bsclifton
added
QA/test-plan-specified
release-notes/exclude
and removed
PR/pending-review
labels
Jun 21, 2018
This was referenced Jun 21, 2018
@srirambv looks like that happens with our existing live build too (0.22.810). We can create another issue for that if you'd like |
10 tasks
This was referenced Jun 25, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
0.23.x
issue first seen in 0.23.x
QA/checked-Linux
QA/checked-macOS
QA/checked-Win64
QA/test-plan-specified
regression
release-notes/exclude
Description
There is a feature whereby the tab width is forced to not changed whilst closing tabs, so that the close tab icon (x) stays in the same position for each tab. The new tab width should then take effect when the mouse leaves the tab bar. However, there's a bug in 0.23.x beta currently whereby the mouseleave event is not received, due to new
display: contents
property.Steps to Reproduce
From @kjozwiak at #7001 (comment)
STR:
0.23.11
6565c06Example of issue:
Reproduces how often:
100%
Brave Version
0.23.11
Reproducible on current live release:
No
Additional Information
The text was updated successfully, but these errors were encountered: