Closed
Bug 1360073
Opened 4 years ago
Closed 3 years ago
Anonymous/XUL inspection: (bindings) inspector sometimes selects elements that don't exist in markup
Categories
(DevTools :: Inspector, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: 684sigma, Unassigned)
References
Details
Attachments
(1 file)
|
1.13 KB,
application/zip
|
Details |
I noticed a problem in Firefox ESR 45. It also happens in Nightly 55. When inspecting element in browser UI, sometimes the element isn't selected in markup. Here's how to reproduce the bug: 1. Create pref dom.allow_XUL_XBL_for_file as true. 2. Open attached .html page. 3. Press Ctrl+Shift+C and inspect text "123" on the page. Result: <pre> element is selected in breadcrumbs, and no specific element is selected in markup. Expected: <test> element should be selected in markup and also in breadcrumbs for consistency.
Comment 1•4 years ago
|
||
DevTools bug triage (filter on CLIMBING SHOES).
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Comment 2•4 years ago
|
||
This might be the same as bug 1360072. We need to investigate this a little more.
Updated•3 years ago
|
Product: Firefox → DevTools
Comment 3•3 years ago
|
||
As far as I can tell, these XBL inspection bugs were all fixed by Bug 1465873. Please reopen if you can reproduce it.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•