Open
Bug 1351701
Opened 8 years ago
Updated 2 years ago
When using the "pick node" tool, we should expand the node if it has some children
Categories
(DevTools :: Inspector, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: julienw, Unassigned)
Details
Attachments
(1 file)
196 bytes,
text/html
|
Details |
STR:
1. Open the inspector on the attached page.
2. Use the top left "pick" tool.
3. Click on "inspect here". Be careful to avoid "not here !".
=> Notice how the "div" is selected but we don't know what's inside. I think we should expand the first level of children, including revealing text if it's part of the immediate children.
Bonus points if we do it at hovering too.
Reporter | ||
Comment 1•8 years ago
|
||
> Bonus points if we do it at hovering too.
I mean, between steps 2 and 3.
Reporter | ||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
so the TextNode "inspect here:" be displayed?
Reporter | ||
Comment 4•8 years ago
|
||
In this case, yes; but in more complex DOM we could see the first-level elements.
Updated•8 years ago
|
Severity: normal → enhancement
Priority: -- → P3
Updated•7 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
•