Bug 143685

Summary: Web Inspector: Re-expanding an object unexpectedly collapses prototype
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: 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
Reported 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
Attachments
Radar WebKit Bug Importer
Comment 1 2015-04-13 17:19:36 PDT
Note You need to log in before you can comment on or make changes to this bug.