Bug 35764
Summary: | Web Inspector: Switching to Elements panels that has many nodes hangs. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Pavel Feldman <pfeldman> |
Component: | Web Inspector (Deprecated) | Assignee: | Pavel Feldman <pfeldman> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | apavlov, bweinstein, joepeck, rik, timothy |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | https://zlibdroidtest.appspot.com/ |
Pavel Feldman
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexander Pavlov (apavlov)
*** This bug has been marked as a duplicate of bug 35926 ***