When the overflow panel overflows, the scrollbar overlaps a portion of the menuitems
Categories
(Firefox :: Theme, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox107 | --- | unaffected |
| firefox108 | --- | verified |
| firefox109 | --- | verified |
People
(Reporter: itiel_yn8, Assigned: willdurand)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [addons-jira])
Attachments
(5 files)
This is especially visible when the extension menuitems are in there.
(Also, no pun intended for this bug summary!)
| Assignee | ||
Comment 1•2 years ago
•
|
||
It seems that we no longer need to set the width on the .widget-overflow-list element and simply removing it fixes this bug. I only poked around with Itiel but that does not seem to have any unwanted side effects.
:emilio given this looks like a trivial fix and the bug makes the "new" extension widget UI look bad (as shown in Comment 0), could we fix this bug and request an uplift to 108 please?
Comment 2•2 years ago
|
||
Given you've debugged this and pretty much provided a patch, can you send it to phab? Happy to r+ it, and yeah it should be trivial enough to uplift.
Comment 3•2 years ago
|
||
Set release status flags based on info from the regressing bug 1790616
| Assignee | ||
Comment 4•2 years ago
|
||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Comment 6•2 years ago
|
||
I just noticed that my (git) user name wasn't set up correctly on my windows machine (which I don't normally use to submit patches). That means the patch above landed with "unknown" as author name (sigh), not a big deal but would be nice to fix that for the uplift to 108.
Comment 7•2 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 8•2 years ago
•
|
||
Comment on attachment 9304276 [details]
Bug 1801502 - Fix overflow panel when it overflows. r?emilio!
Beta/Release Uplift Approval Request
- User impact if declined: Windows users who use the overflow panel heavily (with many widgets in there, including extensions). Clearly not the vast majority of users but the UI looks bad when that happens.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This is not risky because it is a trivial CSS change on the overflow panel and we made sure to only fix the UI bug and defer clean-ups in follow-up patches.
- String changes made/needed:
- Is Android affected?: No
PS: when grafting this patch, can you please fix up the author name (unknown => William Durand)? (assuming that's possible) Thanks!
Comment 9•2 years ago
|
||
Verified as Fixed on the latest Nightly (109.0a1/20221121093640). Tested on Windows 10 x64 and Ubuntu 16.04 LTS (although Linux was not affected to begin with).
When the overflow panel overflows, the scrollbar no longer overlaps a portion of the menu items, confirming the fix.
For further details, see the attached screenshots.
Comment 10•2 years ago
|
||
Comment 11•2 years ago
|
||
Comment 12•2 years ago
|
||
Comment on attachment 9304276 [details]
Bug 1801502 - Fix overflow panel when it overflows. r?emilio!
Approved for 108.0b5
Comment 13•2 years ago
|
||
| bugherder uplift | ||
Comment 14•2 years ago
|
||
Verified as Fixed on the latest Beta (108.0b5/20221122190120). Tested on Windows 10 x64 and Ubuntu 16.04 LTS (although Linux was not affected to begin with).
When the overflow panel overflows, the scrollbar no longer overlaps a portion of the menu items, confirming the fix.
For further details, see the attached screenshot.
Comment 15•2 years ago
|
||
Description
•