Closed
Bug 1562724
Opened 4 years ago
Closed 3 years ago
“execute getter” not working in Preview
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(firefox75 fixed)
RESOLVED
FIXED
Firefox 75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: davidwalsh, Assigned: stepan)
Details
Attachments
(1 file)
STR:
- Go to https://codepen.io/anon/pen/JQLORP
- Click “increment” (Pauses)
- Hover over “this”
- Click the “>>” next to “$listeners”
Expected:
The arrows go away and you get a value
Actual:
Nothing happens
The “>>” does work properly in the scopes pane, however.
Comment 1•4 years ago
|
||
I can reproduce this on my machine, thanks for the report David.
Honza
Priority: -- → P3
Assignee | ||
Comment 2•3 years ago
|
||
Hi, is this one still available? I'd like to take it.
Flags: needinfo?(dwalsh)
Assignee | ||
Comment 3•3 years ago
|
||
The 'getter button' doesn't work correctly only on the root level items in the 'Popup' element. Any items on depth 1+ display values correctly.
I added a check if a root item has any corresponding 'evaluation' from the 'getter executing', and if so the root item gets that 'evaluation'.
Updated•3 years ago
|
Assignee: nobody → obdelnik
Status: NEW → ASSIGNED
Reporter | ||
Updated•3 years ago
|
Flags: needinfo?(dwalsh)
Updated•3 years ago
|
Attachment #9123110 -
Attachment description: Bug 1562724 - 'execute getter' not working in Preview r=jlast → Bug 1562724 - Fix "execute getter" button in Debugger Preview popup. r=nchevobbe.
Pushed by nchevobbe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a4d1d2c08331 Fix "execute getter" button in Debugger Preview popup. r=nchevobbe.
Comment 5•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
Comment 6•3 years ago
|
||
🎉 thanks a lot Stepan!
Assignee | ||
Comment 7•3 years ago
|
||
Thanks for the help Nicolas!
You need to log in
before you can comment on or make changes to this bug.
Description
•