Closed
Bug 921686
Opened 11 years ago
Closed 11 years ago
Firefox css inspector doesn't find the correct url for some images.
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 27
People
(Reporter: lb1.3, Assigned: bgrins)
References
Details
Attachments
(1 file)
5.76 KB,
patch
|
miker
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0 (Beta/Release)
Build ID: 20130910160258
Steps to reproduce:
Go to http://subtlepatterns.com/thumbnail-view/ for example, try to inspect and see the url for one of the texture images.
Actual results:
You can see the background-image: url("/patterns/wild_flowers.png"); in the element, but clicking the link sends you to chrome://browser/patterns/wild_flowers.png
Expected results:
Chrome sends to the correct url, and if you use Firefox with my devtools-tweaks addon (https://addons.mozilla.org/en-US/firefox/addon/devtools-tweaks/) you can at least get to it by right clicking url( and selecting open in new tab. Firefox should go to the correct url by default though.
WFM, I see the complete URL: http://i.imgur.com/MYUbkBj.jpg
Can you test in safe mode, please:
https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode
Component: Untriaged → Developer Tools: Inspector
Flags: needinfo?(lb1.3)
@Loic
What version of Firefox shows the whole url? That is incorrect, since that image was declared on the page with
url('/patterns/geometry.png')
as you can see in view-source. but that would be a different bug.
Flags: needinfo?(lb1.3)
I'm seeing the same behavior in safe mode, and in nightly. The link in the right panel doesn't take you to the image.
Assignee | ||
Comment 4•11 years ago
|
||
I am seeing the problem in nightly as well.
Assignee: nobody → bgrinstead
OS: Windows 7 → All
Hardware: x86 → All
Assignee | ||
Comment 5•11 years ago
|
||
This was an issue with a path needing to be resolved when stored in an inline style attribute. Using rule.domRule.href instead of rule.sheet.href, which fixes the problem (as the server fakes the href property on attributes.
Attachment #814542 -
Flags: review?(mratcliffe)
Updated•11 years ago
|
Attachment #814542 -
Flags: review?(mratcliffe) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Version: 24 Branch → Trunk
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 27
Thank you! - but does that mean this will only be fixed in Firefox 27?
Comment 9•11 years ago
|
||
You can check here:
https://wiki.mozilla.org/RapidRelease/Calendar
The code will be merged on 28 Oct 2013 into Firefox 28.
Huh? Why Firefox 28? It landed in m-c, so it's part of 27, which becomes the stable release on 2014-01-21.
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•