[Webkit-unassigned] [Bug 54858] New: Web Inspector: elementsPanel are flaky, at startup it selects <html> or <body> element depends on timing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 21 01:25:32 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=54858

           Summary: Web Inspector: elementsPanel are flaky, at startup it
                    selects <html> or <body> element depends on timing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: loislo at chromium.org
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


the root of problem is setDocument call.
Sometimes we have additional setDocument call forced by domContentLoaded
event because inspector window was opened just before inspecting page. 
The first one was at didCommitLoad but with almost empty DOM tree.
In that case elementsPanel automatically selects documentRoot element at the first call
because there are no other selectable elements in DOM tree.
At the second call it selects the documentRoot again because it was selected before.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list