Bug 14371

Summary: Nothing happens when you click a link to a non-resource
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg
Priority: P2 Keywords: InRadar
Version: 523.x (Safari 3)   
Hardware: All   
OS: All   

Description Adam Roben (:aroben) 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.
Comment 1 Adam Roben (:aroben) 2008-01-29 11:00:03 PST
<rdar://problem/5712826>
Comment 2 BJ Burg 2014-01-12 11:22:04 PST
Is this still an issue?
Comment 3 BJ Burg 2014-01-12 11:23:09 PST
Actually, non-resources now open up in a new tab.