Closed
Bug 1380504
Opened 7 years ago
Closed 7 years ago
Object inspector does not show accessor properties
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1380494
People
(Reporter: Oriol, Unassigned)
References
()
Details
Open the web console and enter this code:
({a1:1, a2:2, a3:3, a4:4, a5:5, a6:6, a7:7, a8:8, a9:9, a10:10, get foo(){return 1}})
The getter does not fit in the preview. Try expanding the object: it does not appear. Same for setters.
Updated•7 years ago
|
Whiteboard: [console-html] [triage]
Comment 1•7 years ago
|
||
Thanks for the report - this work is being tracked at https://github.com/devtools-html/devtools-core/issues/397
Updated•7 years ago
|
Flags: qe-verify+
Priority: -- → P2
QA Contact: iulia.cristescu
Whiteboard: [console-html] [triage] → [console-html]
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Flags: qe-verify+
Priority: P2 → --
QA Contact: iulia.cristescu
Whiteboard: [console-html]
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•