Closed
Bug 1307939
Opened 8 years ago
Closed 8 years ago
TextNodes should also support highlight on hover
Categories
(DevTools :: Console, enhancement, P2)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1307941
People
(Reporter: linclark, Unassigned)
Details
(Whiteboard: new-console)
Originally posted by:captainbrosset
see https://github.com/devtools-html/gecko-dev/issues/323
#321 is about adding highlight on hover to DOMElements in the console.
This issue is about doing the same for TextNodes.
As of this bug https://bugzilla.mozilla.org/show_bug.cgi?id=1304679 we're able to highlight text nodes in Firefox DevTools, and it's very useful in some cases where text nodes have a different geometry than their parent element.
So, as you move your mouse over a text node in the console output, it'd be great if we could simply highlight it in the page.
Reporter | ||
Updated•8 years ago
|
Priority: -- → P2
Whiteboard: new-console
Comment 1•8 years ago
|
||
Nicolas, I quickly tested this and it seems to work in the new webconsole. Should we close? Do you happen to know when this was implemented?
Flags: needinfo?(chevobbe.nicolas)
Comment 2•8 years ago
|
||
This was implemented in Bug 1307941.
I'm setting this one as dupe
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(chevobbe.nicolas)
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•