Closed
Bug 1473917
Opened 6 years ago
Closed 6 years ago
Show shadow roots in the breadcrumbs
Categories
(DevTools :: Inspector, enhancement, P3)
DevTools
Inspector
Tracking
(firefox63 verified)
VERIFIED
FIXED
Firefox 63
Tracking | Status | |
---|---|---|
firefox63 | --- | verified |
People
(Reporter: jdescottes, Assigned: ladybenko)
References
Details
Attachments
(1 file)
Right now the breadcrumbs will not show any element for shadow-roots.
For instance:
- go to https://shop.polymer-project.org/
- expand: body > shop-app > #shadow-root > app-location > #shadow-root
- select iron-query-params
In Firefox, the breadcrumbs will display:
html > body > shop-app > app-location > iron-query-params
While in Chrome they display:
html > body > shop-app > #shadow-root > app-location > #shadow-root > iron-query-params
Note that for iframes neither Chrome nor Firefox display a "#document" element in their breadcrumbs.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → balbeza
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•6 years ago
|
||
Reporter | ||
Comment 2•6 years ago
|
||
Comment on attachment 8998843 [details]
Bug 1473917 - Show #shadow-root in breadcrumbs. r=jdescottes
Julian Descottes [:jdescottes][:julian] has approved the revision.
Attachment #8998843 -
Flags: review+
Pushed by balbeza@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/09baf4d80d60
Show #shadow-root in breadcrumbs. r=jdescottes
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Reporter | ||
Updated•6 years ago
|
Flags: qe-verify+
Flags: needinfo?(timea.zsoldos)
Comment 5•6 years ago
|
||
I have reproduced this issue using Firefox 63.0a1 (2018.07.06) on Windows 10 x64.
I can confirm this issue is fixed, I verified using Firefox 63.0b3 on Ubuntu 16.04 x64, Windows 10 x64 and Mac OS X 10.13.
Status: RESOLVED → VERIFIED
Flags: qe-verify+
Flags: needinfo?(timea.zsoldos)
You need to log in
before you can comment on or make changes to this bug.
Description
•