Bug 220771 - Web Inspector: REGRESSION(?): internal properties are not greyed out in object preview popover
Summary: Web Inspector: REGRESSION(?): internal properties are not greyed out in objec...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-01-20 10:20 PST by Devin Rousso
Modified: 2021-01-20 10:21 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2021-01-20 10:20:24 PST
# STEPS TO REPRODUCE
1. inspect <https://webkit.org/>
2. set a breakpoint inside `enableScrollableTables` in `global.js` (should be line 4)
3. hover over `document`

# EXPECTED
the `listeners` property should be greyed out to match how it appears if you evaluate `dir(document)` in the Console

# ACTUAL

the `listeners` property appears just like any other property
Comment 1 Radar WebKit Bug Importer 2021-01-20 10:21:15 PST
<rdar://problem/73409736>