Bug 220771
| Summary: | Web Inspector: REGRESSION(?): internal properties are not greyed out in object preview popover | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Devin Rousso <hi> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | hi, inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Devin Rousso
# 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
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/73409736>