Open
Bug 1771719
Opened 3 years ago
Updated 4 months ago
Collapsing all properties on... with null value
Categories
(DevTools :: General, enhancement, P3)
DevTools
General
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: dev.lukaszpolowczyk, Unassigned)
Details
Attachments
(1 file)
|
70.11 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
I am viewing the properties of a DOM object.
Actual results:
I see a long list of properties where almost half of the properties are "on...: null" with events to which nothing is assigned.
This is uncomfortable to scroll through and browse.
Expected results:
All the properties "on..." with a null value, should be collapsed into a single property to save space, scrolling, and give the convenience of browsing object properties.
If you happen to have a property on... with a value other than null set, it should display as a separate property, in the standard way.
Updated•4 months ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•