NEW 143685
Web Inspector: Re-expanding an object unexpectedly collapses prototype
https://bugs.webkit.org/show_bug.cgi?id=143685
Summary Web Inspector: Re-expanding an object unexpectedly collapses prototype
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.