[Webkit-unassigned] [Bug 135587] New: Web Inspector: clicking on some call stack frames doesn't select them

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 4 17:50:27 PDT 2014


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

           Summary: Web Inspector: clicking on some call stack frames
                    doesn't select them
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: burg at cs.washington.edu
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com,
                    graouts at webkit.org


If you set a breakpoint in File.js, it creates a tree element for File.js, and places the breakpoint tree element as its child. If you then pause the debugger and one of the call stack entries is at a line within File.js, clicking on that call stack entry will show the resource in the content browser and then select the breakpoint tree element's parent, rather than the call stack entry.

I am guessing that Main.js may not know about the call stack entry's tree element being selected. So, it tries to match fuzzily based on URL.

-- 
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