The Profiles right-arrow icon is misaligned in the Hamburger menu
Categories
(Toolkit :: Startup and Profile System, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox132 | --- | unaffected |
firefox133 | --- | unaffected |
firefox134 | --- | disabled |
firefox135 | --- | disabled |
firefox136 | --- | disabled |
firefox137 | --- | fixed |
People
(Reporter: sbadau, Assigned: emilio)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [fidefe-profile-management])
Attachments
(3 files)
Found in
- Nightly 134.0a1
Affected versions
- Nightly 134.0a1
Tested platforms
- Affected platforms: Windows 11, macoS 15
Preconditions
- Use a new profile created via the profile manager.
- Ensure that the pref "browser.profiles.enabled" is set to true in about:config.
Steps to reproduce
- Click on the Hamburger menu.
- Observe the Profiles option in the menu.
Expected result
- The Profiles menu option should display a right-arrow icon at the end of the row.
Actual result
- The first time the Hamburger menu is opened after launching Firefox, the right-arrow icon appears on the left side of the panel instead of the far right. This issue only occurs when no additional profiles have been created and only during the first menu opening after launching Firefox.
Please see the attached screenshot for more details.
Regression range
- This is not a regression.
Updated•2 months ago
|
Updated•2 months ago
|
Comment 1•2 months ago
|
||
The severity field is not set for this bug.
:mossop, could you have a look please?
For more information, please visit BugBot documentation.
Comment 2•2 months ago
|
||
Mass setting S2 severity for 0.5% release bugs. Apologies for the bug spam!
Updated•2 months ago
|
Comment 4•18 days ago
|
||
The Account menu's Profile menu item's >
arrow is also misaligned.
The hamburger menu's Profile menu item's >
arrow is only misaligned the first time I open the menu. It moves to the correct alignment the second time I open it. The Account menu's arrow doesn't move when reopening the menu.
Updated•18 days ago
|
Assignee | ||
Comment 5•9 days ago
|
||
This is not a layout issue. When you first open the menu, the markup is:
<toolbarbutton id="appMenu-empty-profiles-button" class="subviewbutton subviewbutton-nav" closemenu="none" data-l10n-id="appmenu-profiles">Profiles</toolbarbutton>
When you reopen it it is:
<toolbarbutton id="appMenu-empty-profiles-button" class="subviewbutton subviewbutton-nav" closemenu="none" data-l10n-id="appmenu-profiles">Profiles<image class="toolbarbutton-icon"/><label class="toolbarbutton-text" crop="end" flex="1"/></toolbarbutton>
It seems how the toolbarbutton is created is probably wrong. Does that help?
Assignee | ||
Updated•9 days ago
|
Assignee | ||
Comment 6•9 days ago
|
||
Updated•9 days ago
|
Comment 8•7 days ago
|
||
bugherder |
Comment 9•5 days ago
|
||
The patch landed in nightly and beta is affected.
:emilio, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox136
towontfix
.
For more information, please visit BugBot documentation.
Description
•