Closed
Bug 1007737
Opened 11 years ago
Closed 11 years ago
$0 in console should be reference to Inspector's currently selected element
Categories
(DevTools Graveyard :: WebIDE, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 787975
People
(Reporter: wilsonpage, Unassigned)
Details
I often need to run operations of specific elements that I am inspecting. AFAIK there is no easy way to do this. I find myself having to 're-find' the element using querySelector from Console pane, and then running the operation I want against. This is slow.
Reporter | ||
Comment 1•11 years ago
|
||
FYI, $0 is inline with Chrome's DevTools.
Comment 2•11 years ago
|
||
Doesn't it already do that in Firefox Devtools since ages ?
What version are you testing on ?
Reporter | ||
Comment 3•11 years ago
|
||
Ah seems to work in normal devtools. I'm using AppManger DevTools for FXOS developement.
Component: Developer Tools → Developer Tools: App Manager
Comment 4•11 years ago
|
||
Ah , that is because it is not remoted yet. See bug 787975 . Feel free to dupe.
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•