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 | ||
Adam Roben (:aroben)
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/5712826>
Blaze Burg
Is this still an issue?
Blaze Burg
Actually, non-resources now open up in a new tab.