Bug 123362

Summary: Web Inspector: Command+Click on url(…) should go to image not source line
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed Fix none

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.