Closed
Bug 1831159
Opened 29 days ago
Closed 27 days ago
Fix slightly misaligned Favorite Folder toggle in folder context menu etc. (all menuitems type=checkbox)
Categories
(Thunderbird :: Folder and Message Lists, defect)
Tracking
(thunderbird_esr102 unaffected)
RESOLVED
FIXED
114 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
People
(Reporter: aleca, Assigned: Paenglab)
References
(Blocks 1 open bug)
Details
(Whiteboard: [Supernova3p])
Attachments
(1 file)
This seems to be a Windows 10/11 only issue.
STR:
- Right click on a folder in the folder pane
- Notice the "Favorite Folder" menuitem is slightly misaligned
Comment 1•29 days ago
•
|
||
From my code analysis, this is related to bug 1815607. Restoring class="menuitem-iconic"
aligns the checkmark icon correctly when it's there, but now misaligned without the checkmark. Btw, all of menuitem type="checkbox"
suffer from the same slight misalignment, e.g. Mark > Starred
from msg context menu. Firefox doesn't seem to have this problem, e.g. for File > Work offline
.
See Also: → 1815607
Whiteboard: [Supernova3p]
Assignee | ||
Comment 2•28 days ago
|
||
Assignee | ||
Updated•28 days ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 114 Branch
Updated•28 days ago
|
Summary: Fix slightly misaligned Favorite Folder toggle in folder context menu → Fix slightly misaligned Favorite Folder toggle in folder context menu etc. (all menuitems type=checkbox)
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/152c58d8faa8
Windows: Fix the alignment of menuitems. r=aleca
You need to log in
before you can comment on or make changes to this bug.
Description
•