Closed
Bug 1504355
Opened 7 years ago
Closed 7 years ago
Nested ShadowRoots aren't visible in Inspector if node has inline text child
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(firefox65 fixed)
RESOLVED
FIXED
Firefox 65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: smaug, Assigned: jdescottes)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
While writing a testcase for something else, I noticed devtools don't always show attached ShadowRoots.
Comment 1•7 years ago
|
||
Julian, do you mind looking at this one and setting a corresponding priority. Thanks!
Flags: needinfo?(jdescottes)
Assignee | ||
Updated•7 years ago
|
Blocks: devtools-webcomponents
Flags: needinfo?(jdescottes)
Summary: Nested ShadowRoots aren't visible in Inspector → Nested ShadowRoots aren't visible in Inspector if node has inline text child
Assignee | ||
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Comment 2•7 years ago
|
||
This fails because the node passes our "inlineTextChild" test.
I think the test at https://searchfox.org/mozilla-central/rev/7f7c353e969e61a6a85201cc8ad3c3de12ac30d8/devtools/server/actors/inspector/walker.js#521 is wrong. While we can't use anonymous walkers to retrieve parents or siblings of a directShadowHostChild, we should be able to fetch children using an anonymous one.
But generally speaking, any shadowHost should _not_ be considered as an inlineTextChild.
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/acb7047f9492
Do not return inlineTextChild for shadow hosts in inspector walker;r=ladybenko
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
You need to log in
before you can comment on or make changes to this bug.
Description
•