Bug 14371 - Nothing happens when you click a link to a non-resource
Summary: Nothing happens when you click a link to a non-resource
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2007-06-24 13:39 PDT by Adam Roben (:aroben)
Modified: 2014-01-12 11:23 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.