Closed
Bug 566087
Opened 14 years ago
Closed 8 years ago
Image documents shouldn't reveal an HTML structure when inspecting
Categories
(DevTools :: Inspector, defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: ehsan.akhgari, Unassigned)
Details
Is this expected? http://grab.by/4o0F
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Comment 1•14 years ago
|
||
Why INVALID? Seems like we should disable the inspect command for these documents, no?
Comment 2•14 years ago
|
||
why? Didn't seem like a bug to me. The tree is showing what the browser's created to display the image document. The image itself is correctly highlighted (though the subject matter made that a little confusing because it's highlighting over an image of the highlighter). If you think this is a bug we can reopen it.
Comment 3•14 years ago
|
||
meh!
Reporter | ||
Comment 4•14 years ago
|
||
Well, the problem here is that almost nobody expects there to be an HTML document behind images, etc. We know this, and it's natural for us, because we're developing the browser, but it might be totally unexpected for other people. I suggest to disable Inspect for audio/video/image documents, but I don't hold that position strongly enough to urge me to reopen this bug! :-)
Comment 5•14 years ago
|
||
I might be starting to convince myself otherwise. Testing a .png document (your screencap, minus the tinygrab stuff), pressing cmd-a to select the page and then right clicking to view the selection source, the context menu option is disabled. So we have at least one other place in the browser where we're doing this kind of check to prevent people from seeing under the covers. I guess for consistency's sake, we might want to do that here as well. Though Gavin's "meh!" is a strong argument against.
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Comment 7•8 years ago
|
||
Not sure we should fix this... If we fix this, we need to fix other similar cases as well like videos. I don't think it's worth fixing, especially since inspecting images is not a common use case. Patrick, what do you think?
Component: Developer Tools → Developer Tools: Inspector
Flags: needinfo?(pbrosset)
Summary: Inspect in image documents → Image documents shouldn't reveal an HTML structure when inspecting
Comment 8•8 years ago
|
||
I personally think we should not fix this. I value the fact that the inspector really shows what's in the page. And that it shows people what the browser actually generated to display the image. For instance on https://c2.staticflickr.com/2/1528/26097700865_5d8e05b0db_z.jpg I can use the inspector to know why the background is a grainy dark gray, and how is the image centered and resized when I resize the browser window. Why would we want to hide this at all? If people use this page to copy/save the image, then they're most probably not going to open the inspector anyway and be bothered by it.
Status: REOPENED → RESOLVED
Closed: 14 years ago → 8 years ago
Flags: needinfo?(pbrosset)
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•