Closed
Bug 67544
Opened 24 years ago
Closed 18 years ago
"Save As.." should be removed from context menu for image URLs
Categories
(Core Graveyard :: File Handling, defect, P4)
Core Graveyard
File Handling
Tracking
(Not tracked)
RESOLVED
WORKSFORME
mozilla1.2alpha
People
(Reporter: bugzilla, Unassigned)
References
()
Details
If you're viewing a image in full page, like when the Location field is:
http://www.mozilla.org/images/mozilla-banner.gif
when you then rightclick on the image you get a following where the following is
wrong:
Save As... appears two times and should be removed since you got a Save Image..
BTW: View image should also be removed! You're already viewing the image...
Comment 1•24 years ago
|
||
This is a duplicate of "Extra "Save As..." and Separator in navigator context menu
"
*** This bug has been marked as a duplicate of 65014 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•24 years ago
|
||
This bug is not about the extra "Save As..."
This bug about just having a "Save As..." since it's irrelevant since you've got
"Save Image"
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 3•24 years ago
|
||
What if you are trying to save the page and the entire page is made of tiled
images (fairly common out there right now...)?
Reporter | ||
Comment 4•24 years ago
|
||
When you say page, what do you mean? I'm not talking about webpages but about
image URLs like:
http://www.mozilla.org/images/mozilla-banner.gif
vhen viewing a image it makes no sense to make a save page, since the page *is*
the image.
this is easy to fix, the script would check to see if the document is an image
and hide the document stuff.
Status: REOPENED → NEW
Comment 6•24 years ago
|
||
No, hide the image stuff and keep the document stuff. You want the document
stuff so that "save as" works if you right-click outside of the image, and you
don't want the image stuff because "view image" is pointless.
Comment 8•24 years ago
|
||
Duplicate bug 68315 also points out "view source" isn't useful for most (all?)
image types.
Comment 10•24 years ago
|
||
adding dependency on a way to tell what the MIME type of the current document
is. Once we can do that, we can implement different things for image/* types.
Depends on: 73847
Comment 11•23 years ago
|
||
spam: over to File Handling. i have not changed the assigned developer [or the
other fields for that matter], so if anyone realizes that a bug should have a
more appropriate owner, go ahead and change it. :)
Component: XP Apps: GUI Features → File Handling
Comment 12•23 years ago
|
||
Context menu cleanup.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.7
Updated•23 years ago
|
Priority: -- → P4
Comment 13•23 years ago
|
||
This shouldn't be necessary once bug 75338 is fixed, since "save page as" will
no longer be in the context menu for images. That way, you'll get "save image
as" if you right-click on the image, and "save page as" if you right-click in a
blank area inside the content area. I think that's reasonable.
Updated•23 years ago
|
Target Milestone: mozilla0.9.7 → mozilla0.9.8
Updated•23 years ago
|
Target Milestone: mozilla0.9.8 → mozilla0.9.9
Updated•23 years ago
|
Target Milestone: mozilla0.9.9 → mozilla1.2
Comment 15•23 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 24 years ago → 23 years ago
Resolution: --- → FIXED
Comment 16•23 years ago
|
||
"save page as" is still in the context menu --mainly since the "image as url"
menu has not been implemented. that is covered by bug 138074.
Comment 17•22 years ago
|
||
actually, View Image is important, as that image might be being scaled by an
erronious (or dumb) IMG tag setting, maybe it's on another site, etc. View Image
lets you see everything about it fast. Helps diagnose transparency problems too..
Updated•22 years ago
|
QA Contact: sairuh → petersen
Updated•18 years ago
|
Assignee: bross2 → file-handling
Status: REOPENED → NEW
QA Contact: chrispetersen → ian
Comment 18•18 years ago
|
||
I think this bug should be closed, as now "Save Image As" appears only one time when you view image, e.g. http://www.mozilla.org/images/mozilla-banner.gif
Comment 19•18 years ago
|
||
Yeah, this worksforme.
Status: NEW → RESOLVED
Closed: 23 years ago → 18 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•