[Webkit-unassigned] [Bug 14371] New: Nothing happens when you click a link to a non-resource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 24 13:39:33 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14371

           Summary: Nothing happens when you click a link to a non-resource
           Product: WebKit
           Version: 522+ (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com


The Inspector links up src and href attributes in both the DOM and source
views. Clicking on one of these that represents a resource in the page takes
you to the resource within the Inspector itself, which is very handy. However,
clicking on a link that does not represent a resource doesn't do anything. It
would be nice if these links opened in a new window.

There are (at least) two ways to fix this:

1) Implement a UI delegate for the Inspector's own WebView that handles
createWebView:withRequest: (WebInspectorClient would have to take care of this,
since it creates the WebView)
2) Send the navigation requests to the inspected WebView, which presumably has
a UI delegate already.


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



More information about the webkit-unassigned mailing list