Closed
Bug 1857511
Opened 2 years ago
Closed 2 years ago
[Windows] Sub-menu gets cut off when the browser window isn't wide enough
Categories
(Toolkit :: UI Widgets, defect, P1)
Tracking
()
VERIFIED
FIXED
120 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox118 | --- | unaffected |
firefox119 | --- | wontfix |
firefox120 | --- | verified |
People
(Reporter: bmaris, Assigned: sclements)
References
Details
(Whiteboard: [fidefe-firefox-view])
Attachments
(2 files)
This bug is an addition to the fix from bug 1855827.
Affected versions
- Firefox Beta 119.0b5
- Latest Nightly 120.0a1
Tested platforms
- Affected platforms: Windows 10 (probably Windows 11 as well)
- Unaffected platforms: MacOS 13 and Ubuntu 22.04
Preconditions
- None
Steps to reproduce
- Open Firefox and make it wide enough (1878px for example)
- Visit 1 or 2 websites
- Open Firefox View
- Click on ... button next to a URL
- Go to "Move Tab" with the cursor of the mouse
Expected result
- Submenu if fully visible on the left side or the left side.
Actual result
- Submenu is cut off by the scrollbar at the edge of the window.
Regression range
- Not a regression, is an addition to bug 1855827.
Additional notes
- Gif showing the issue is attached.
Flags: needinfo?(sclements)
Comment 1•2 years ago
|
||
:bmaris, if you think that's a regression, could you try to find a regression range using for example mozregression?
Assignee | ||
Comment 2•2 years ago
|
||
Thanks Bogdan.
Assignee: nobody → sclements
Status: NEW → ASSIGNED
Flags: needinfo?(sclements)
Priority: -- → P1
Assignee | ||
Updated•2 years ago
|
Whiteboard: [fidefe-firefox-view]
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
- Swap out winWidth for scrollingElement.clientWidth to account for vertical scrollbar width
Pushed by sclements@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/361e571454e9
Modify submenu alignment in panelList r=reusable-components-reviewers,hjones
Comment 5•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
Reporter | ||
Comment 6•2 years ago
|
||
Looks fixed to me using latest Nightly 120.0a1 (https://treeherder.mozilla.org/jobs?repo=mozilla-central&selectedTaskRun=Y9M-d_p9T56GzTiaJnMtig.0) on Windows 10.
Comment 7•2 years ago
|
||
The patch landed in nightly and beta is affected.
:sclements, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox119
towontfix
.
For more information, please visit BugBot documentation.
Flags: needinfo?(sclements)
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(sclements)
Reporter | ||
Updated•2 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•