Bug 56475
Summary: | Web Inspector: Can't edit attribute values that are links (jumps to Resources panel) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Lilek <dev+webkit> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | apavlov, burg, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Matt Lilek
1. Go to <http://webkit.org/>
2. Open the inspector
3. The following line is visible at the top level of the DOM viewer, double click "src" to make it editable:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
4. Click in the URL to edit it - you're taken to the Resources panel.
The only way to edit an attribute that is a link is to use the arrow keys to move the cursor. This is annoying - we should remove the clickability from links when editing them.
This isn't a regression from Safari 5, it exhibits the behavior as well.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brian Burg
Double-click works as intended.