RESOLVED FIXED14371
Nothing happens when you click a link to a non-resource
https://bugs.webkit.org/show_bug.cgi?id=14371
Summary Nothing happens when you click a link to a non-resource
Adam Roben (:aroben)
Reported 2007-06-24 13:39:33 PDT
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.
Attachments
Adam Roben (:aroben)
Comment 1 2008-01-29 11:00:03 PST
Blaze Burg
Comment 2 2014-01-12 11:22:04 PST
Is this still an issue?
Blaze Burg
Comment 3 2014-01-12 11:23:09 PST
Actually, non-resources now open up in a new tab.
Note You need to log in before you can comment on or make changes to this bug.