Bug 123362 - Web Inspector: Command+Click on url(…) should go to image not source line
Summary: Web Inspector: Command+Click on url(…) should go to image not source line
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-10-25 14:49 PDT by Joseph Pecoraro
Modified: 2013-10-25 15:21 PDT (History)
5 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (1.40 KB, patch)
2013-10-25 14:51 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2013-10-25 14:49:33 PDT
TEST:

    <style>body { background: url(x.png)</style>
    <body>Test</body>

STEPS TO REPRODUCE:
1. Inspect <body> on test page
2. Command + Click "x.png" in the styles sidebar
  => expected to go to the image, instead it went to the html resource's source code

NOTES:
• This is a regression, we had this working at one point!
Comment 1 Radar WebKit Bug Importer 2013-10-25 14:49:47 PDT
<rdar://problem/15323658>
Comment 2 Joseph Pecoraro 2013-10-25 14:51:02 PDT
Created attachment 215216 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2013-10-25 15:21:37 PDT
Comment on attachment 215216 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 215216

Committed r158061: <http://trac.webkit.org/changeset/158061>
Comment 4 WebKit Commit Bot 2013-10-25 15:21:38 PDT
All reviewed patches have been landed.  Closing bug.