Bug 50429 - Web Inspector: Clicking image url in the right column css inspector fails to feature it in resources pane
Summary: Web Inspector: Clicking image url in the right column css inspector fails to ...
Status: RESOLVED DUPLICATE of bug 51663
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.6
: P2 Trivial
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-02 18:10 PST by Joel
Modified: 2010-12-28 07:18 PST (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joel 2010-12-02 18:10:08 PST
When you click a url in the leftside main html inspector, it brings you to the resources pane and shows that image.
when you click a url in the rightside css inspector, it just brings you to the resources pane and shows whatever you were previously looking at.
it'd be nice to have it consistent and show the image. just a very trivial annoyance that seemed to popup 2 weeks ago

to test just load any page with a background image url, and click the link

element.style {
background-image: url('/assets/img/pictureframe.png');
}
Comment 1 Alexander Pavlov (apavlov) 2010-12-28 07:18:25 PST
Bug 51663 contains more detailed steps on reproducing the issue.

*** This bug has been marked as a duplicate of bug 51663 ***