RESOLVED INVALID 110191
Web Inspector: [Elements] Empty DOM tree after quick consecutive navigations
https://bugs.webkit.org/show_bug.cgi?id=110191
Summary Web Inspector: [Elements] Empty DOM tree after quick consecutive navigations
Alexander Pavlov (apavlov)
Reported 2013-02-19 01:26:06 PST
VERY quick consecutive navigations between pages (Alt+Left Arrow held down for a while to navigate all the history backwards, for example) result in an empty DOM tree. This is caused by the DOMAgent.getDocument() callback not being invoked and WebInspector.DOMAgent's _pendingDocumentRequestCallbacks not being cleared between navigations, which results in callbacks being accumulated there without actually requesting the document from the backend.
Attachments
Brian Burg
Comment 1 2014-12-12 13:29:37 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.
Note You need to log in before you can comment on or make changes to this bug.