Open
Bug 1326781
Opened 8 years ago
Updated 2 years ago
Inspector - elements found in iframe in the beginning of HTML are accounted after all other elements in HTML
Categories
(DevTools :: Inspector, enhancement, P3)
DevTools
Inspector
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: arni2033, Unassigned)
References
Details
>>> My Info: Win7_64, Nightly 49, 32bit, ID 20160526082509
STR_1:
1. Open url data:text/html,<iframe src="data:text/html,<a b='z' p>"></iframe><a b="z" q><a b="z" r>
2. Open devtools -> inspector
3. Type "[b=z]" in search field "Search HTML", press Enter 3 times
AR: qrp. 1st found node has attribute [q], 2nd node has attribute [r], 3rd node has attribute [r]
ER: pqr. Just like elements are displayed in markup, [p] is 1st from top, [q] is 2nd, [r] is 3rd
Note: This feature was implemented in bug 873443. Unrelated to bug 835896.
Component: Developer Tools: Animation Inspector → Developer Tools: Inspector
Comment 1•8 years ago
|
||
Inspector bug triage, filter on CLIMBING SHOES.
Severity: normal → enhancement
Priority: -- → P3
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•