Bug 143685 - Web Inspector: Re-expanding an object unexpectedly collapses prototype
Summary: Web Inspector: Re-expanding an object unexpectedly collapses prototype
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-04-13 17:18 PDT by Joseph Pecoraro
Modified: 2016-12-13 15:35 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2015-04-13 17:18:50 PDT
* 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
Comment 1 Radar WebKit Bug Importer 2015-04-13 17:19:36 PDT
<rdar://problem/20528136>