Bug 51663 - Web Inspector: REGRESSION: Clicking image resource in style sidebar doesn't actually go to resource anymore
Summary: Web Inspector: REGRESSION: Clicking image resource in style sidebar doesn't a...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Alexander Pavlov (apavlov)
URL:
Keywords: Regression
: 50429 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-12-27 18:04 PST by Matt Lilek
Modified: 2010-12-28 17:39 PST (History)
12 users (show)

See Also:


Attachments
[PATCH] Suggested fix (8.35 KB, patch)
2010-12-28 06:56 PST, Alexander Pavlov (apavlov)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lilek 2010-12-27 18:04:01 PST
Clicking a linked image resource in a style rule in the sidebar of the Elements panel doesn't actually take you to the content when you click it anymore.  Using the r74228 nightly.  This is a regression from Safari 5.0.3.

1. Load <http://www.epicurious.com/recipes/food/views/Chocolate-Orange-Pots-de-Creme-with-Candied-Orange-Peel-231610>
2. Bring up the inspector.
3. Drill down to <div id="primary_content" class="hrecipe">
4. In the div#primary_content rule, click the link to the background image (http://www.epicurious.com/rd_images/primaryContent/container/bg.gif)
5. In Safari 5.0.3, the Inspector switches to Resources panel and selects the background image.  In ToT, the "improved" Resources panel just shows me the source for the main document.
Comment 1 Alexander Pavlov (apavlov) 2010-12-28 06:56:00 PST
Created attachment 77553 [details]
[PATCH] Suggested fix
Comment 2 Alexander Pavlov (apavlov) 2010-12-28 07:18:25 PST
*** Bug 50429 has been marked as a duplicate of this bug. ***
Comment 3 WebKit Commit Bot 2010-12-28 07:32:47 PST
Comment on attachment 77553 [details]
[PATCH] Suggested fix

Clearing flags on attachment: 77553

Committed r74710: <http://trac.webkit.org/changeset/74710>
Comment 4 WebKit Commit Bot 2010-12-28 07:32:53 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Matt Lilek 2010-12-28 17:39:06 PST
Thanks for the fast fix!