Closed
Bug 1727723
Opened 3 years ago
Closed 3 years ago
Stop using shadow DOM in TreeViewListrow and subclasses
Categories
(Thunderbird :: General, task)
Thunderbird
General
Tracking
(thunderbird_esr91 wontfix)
RESOLVED
FIXED
93 Branch
Tracking | Status | |
---|---|---|
thunderbird_esr91 | --- | wontfix |
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
When I created TreeViewListrow
, I intended the inner structure and styles be defined in the class, and added to each instance's shadow DOM when created. I think it was a mistake to use shadow DOM, and the styling seems to work better off outside of the class too (not least because it's considered unsafe-inline by CSP).
I'm going to remove the handling of structure and let each class deal with that itself, and leave styling up to the document's stylesheets.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/1680aeea41a9
Stop using shadow DOM in TreeViewListrow and subclasses. r=mkmelin
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•3 years ago
|
status-thunderbird_esr91:
--- → wontfix
Target Milestone: --- → 93 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•