Bug 143685
| Summary: | Web Inspector: Re-expanding an object unexpectedly collapses prototype | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | graouts, inspector-bugzilla-changes, jonowells, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Joseph Pecoraro
* SUMMARY
Re-expanding an object unexpectedly collapses prototype.
* TEST
1. js> new Person(...)
2. Expand object
3. Expand prototype
4. Collapse object
5. Expand object
=> prototype collapses with a visible flicker
* NOTES
- This is because whenever we expand we re-request properties to get live and current data.
- We could either collapse prototype pre-emptively, or remember / not refresh
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/20528136>