Closed
Bug 1834893
Opened 1 years ago
Closed 1 years ago
Missing hover effect on Message List Header menuitem in the App Menu
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(thunderbird114? affected)
RESOLVED
FIXED
115 Branch
People
(Reporter: aleca, Assigned: aleca)
Details
(Whiteboard: [Supernova3p])
Attachments
(1 file)
STR:
- Hover over: App Menu > View > Layout > Message List Header
- Confirm the hover effect works
- Switch to another tab and back to the Mail tab
- Access again that menuitem
- The hover effect doesn't work
This is because that menuitem gets disabled="false"
but the CSS uses :not([disabled])
because we love XUL.
Assignee | ||
Comment 1•1 years ago
|
||
Assignee | ||
Updated•1 years ago
|
Status: NEW → ASSIGNED
status-thunderbird114:
--- → affected
tracking-thunderbird114:
--- → ?
Whiteboard: [Supernova3p]
Assignee | ||
Updated•1 years ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 115 Branch
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/ca317d502da6
Remove the disabled attribute instead of setting it to false for message list header menuitem. r=Paenglab
You need to log in
before you can comment on or make changes to this bug.
Description
•