Closed
Bug 1789125
Opened 2 years ago
Closed 2 years ago
statuspanel mispositioned with flex emulation enabled.
Categories
(Firefox :: Theme, task, P5)
Firefox
Theme
Tracking
()
RESOLVED
FIXED
106 Branch
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Hmm, it's a bit more complicated than this. Re-titling to try to find a fix.
Assignee: emilio → nobody
Severity: -- → N/A
Component: Layout → Theme
Priority: -- → P5
Product: Core → Firefox
Summary: explicitly position statuspanel → statuspanel mispositioned with flex emulation enabled.
Assignee | ||
Comment 2•2 years ago
|
||
Right now, the vertical position of the status panel is the "auto"
position, which ends up working out, but mostly by chance, and relies on
behavior that's different from the standard flexbox, see bug 1789165.
Instead of using position: fixed
and relying on not having any
sidebars or other content to the inline-end (otherwise the [mirror] rule
would be incorrect), explicitly position it against the
.browserContainer.
Updated•2 years ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Pushed by ealvarez@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/de5bd66dff78 Explicitly position statuspanel vertically. r=dao
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•