[Webkit-unassigned] [Bug 49048] New: Web Inspector: Feature Request: links from console to elements/scripts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 4 19:01:01 PDT 2010


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

           Summary: Web Inspector: Feature Request: links from console to
                    elements/scripts
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: phnixwxz at gmail.com
                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,
                    jnd at chromium.org, loislo at chromium.org


I think the following features would be helpful for developers:

1. When an element is displayed in the console, clicking or double-clicking the element or any descendant will focus the same element in Elements panel (and the element becomes $0); if current panel is not Elements panel, will switch to it.

2. When a string like "script_file:line_number:column_number" is displayed as a link in the console, clicking the link will bring up the Scripts panel and select the script_file and move the cursor to the line and column. (For now, it only brings up the Resources panel and won't focus the file and line.) This would be useful for developer to inspect the related code when some script logs some stack trace in the console.

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