Bug 50429
| Summary: | Web Inspector: Clicking image url in the right column css inspector fails to feature it in resources pane | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joel <joel> |
| Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Trivial | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac (Intel) | ||
| OS: | OS X 10.6 | ||
Joel
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');
}
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexander Pavlov (apavlov)
Bug 51663 contains more detailed steps on reproducing the issue.
*** This bug has been marked as a duplicate of bug 51663 ***