Bug 35764 - Web Inspector: Switching to Elements panels that has many nodes hangs.
Summary: Web Inspector: Switching to Elements panels that has many nodes hangs.
Status: RESOLVED DUPLICATE of bug 35926
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: https://zlibdroidtest.appspot.com/
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-04 13:44 PST by Pavel Feldman
Modified: 2010-03-23 10:03 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2010-03-04 13:44:32 PST
1. Visit https://zlibdroidtest.appspot.com/
2. Open inspector
3. Try switching tabs in the inspector

Switching to Elements panel takes particularly long (minutes). The reason is "selection.addRange(selectionRange);" in inspector's set currentFocusElement(x). The logic related to the selection was introduced in http://trac.webkit.org/changeset/31688.
Comment 1 Alexander Pavlov (apavlov) 2010-03-23 10:03:54 PDT

*** This bug has been marked as a duplicate of bug 35926 ***