Closed
Bug 1793819
Opened 3 years ago
Closed 3 years ago
Check for collapsedness rather than zero-height in toolbar key navigation code.
Categories
(Firefox :: Toolbars and Customization, task)
Firefox
Toolbars and Customization
Tracking
()
RESOLVED
FIXED
107 Branch
Tracking | Status | |
---|---|---|
firefox107 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•3 years ago
|
||
This fixes browser_popup_keyNav.js on macOS, when flex emulation enabled.
When flex emulation is enabled, collapsed items still take no space, but they
do honor min-height / min-width, which toolbars on macOS have.
This is a more correct check for what we want, anyways.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/51321be07656
Check for collapsedness of toolbar rather than bounds. r=Jamie
![]() |
||
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox107:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 107 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•