Open
Bug 1596856
Opened 4 years ago
Updated 1 year ago
HTMLEditor::IsInObservedSubtree should probably handle Shadow DOM somehow.
Categories
(Core :: DOM: Editor, defect, P2)
Core
DOM: Editor
Tracking
()
NEW
People
(Reporter: emilio, Unassigned)
References
(Blocks 1 open bug)
Details
It doesn't work at all when you're in a shadow tree, and that looks wrong.
Reporter | ||
Comment 1•4 years ago
|
||
It should probably just do nsContentUtils::IsInSameAnonymousTree
?
Comment 2•4 years ago
|
||
That method also deserves a comment. To the inexperienced reader, it's unclear what it's intended to check.
Updated•4 years ago
|
Priority: -- → P2
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•