Bug 110191 - Web Inspector: [Elements] Empty DOM tree after quick consecutive navigations
Summary: Web Inspector: [Elements] Empty DOM tree after quick consecutive navigations
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks: 116924
  Show dependency treegraph
 
Reported: 2013-02-19 01:26 PST by Alexander Pavlov (apavlov)
Modified: 2014-12-12 13:29 PST (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pavlov (apavlov) 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.
Comment 1 Brian Burg 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.