Closed
Bug 1790015
Opened 3 years ago
Closed 3 years ago
Extension popups are misaligned when anchored to the unified extensions button
Categories
(WebExtensions :: Frontend, defect)
WebExtensions
Frontend
Tracking
(firefox-esr91 unaffected, firefox-esr102 unaffected, firefox104 unaffected, firefox105 unaffected, firefox106 fixed)
RESOLVED
FIXED
106 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr91 | --- | unaffected |
| firefox-esr102 | --- | unaffected |
| firefox104 | --- | unaffected |
| firefox105 | --- | unaffected |
| firefox106 | --- | fixed |
People
(Reporter: willdurand, Assigned: willdurand)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [addons-jira])
Attachments
(3 files)
Extension popups re-anchored in Bug 1784292 have slightly moved to the right (in LTR mode) after Bug 1788273. This is because we had a X offset set to 2, which does not seem to be needed anymore.
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
Component: XUL Widgets → Frontend
Product: Toolkit → WebExtensions
Updated•3 years ago
|
Keywords: regression
Comment 2•3 years ago
|
||
Set release status flags based on info from the regressing bug 1788273
status-firefox104:
--- → unaffected
status-firefox105:
--- → unaffected
status-firefox106:
--- → affected
status-firefox-esr102:
--- → unaffected
status-firefox-esr91:
--- → unaffected
| Assignee | ||
Comment 3•3 years ago
|
||
We cannot fully remove popupOptions because that wouldn't position the popups correctly in RTL mode.
Pushed by wdurand@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6e771b223d49
Re-align extension popups when anchored to the unified extensions button. r=rpl
Comment 5•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•