Closed
Bug 156173
Opened 22 years ago
Closed 22 years ago
"Save Image" context menu command in Composer doesn't work
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.2alpha
People
(Reporter: bailunchuan, Assigned: cmanske)
References
Details
(Whiteboard: EDITORBASE)
Attachments
(1 file, 1 obsolete file)
6.34 KB,
patch
|
Brade
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
in the browser:
when File/edit page, right-click the image, in the menu pop up, the Save
Image...couldn't work.
confirming...happens on both 7/15 branch and 7/16 trunk...
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 2•22 years ago
|
||
Robin: please release note the fact that this command doesn't work
Assignee: syd → cmanske
Note added to release notes tracking bug 155243.
Assignee | ||
Updated•22 years ago
|
Status: NEW → ASSIGNED
Summary: Save Image in Editor couldn't work → "Save Image" context menu command in Composer doesn't work
Target Milestone: --- → mozilla1.2alpha
Assignee | ||
Comment 4•22 years ago
|
||
I think we should simply remove the "Save Image" item from the menu.
Assignee | ||
Updated•22 years ago
|
Comment 5•22 years ago
|
||
Comment on attachment 94098 [details] [diff] [review]
patch v1
I don't see where the actual menu item is removed from a xul file.
Also, are we sure we want to remove the menu item? Why not just make it work
by fixing the SaveURL call?
Attachment #94098 -
Flags: needs-work+
Assignee | ||
Comment 6•22 years ago
|
||
oops! XUL file missing in last patch.
The reason I didn't simply fix "Save Image" is because it looked extremely
tricky. The browser now has many layers of objects interpossed in their command
handling, making it very difficult for other modules to use.
After thinking about how crowded our context menus are, it didn't seem like a
command that we really needed. In Editing context, you usually have the images
and don't need to download them.
Attachment #94098 -
Attachment is obsolete: true
Comment 7•22 years ago
|
||
Comment on attachment 94222 [details] [diff] [review]
patch v2
r=brade
Attachment #94222 -
Flags: review+
Assignee | ||
Updated•22 years ago
|
Whiteboard: [FIX IN HAND] need r=,sr= → [FIX IN HAND] need sr=
Comment 8•22 years ago
|
||
Comment on attachment 94222 [details] [diff] [review]
patch v2
sr=alecf
Attachment #94222 -
Flags: superreview+
Assignee | ||
Updated•22 years ago
|
Whiteboard: [FIX IN HAND] need sr= → [FIX IN HAND]
*** Bug 161793 has been marked as a duplicate of this bug. ***
Comment 10•22 years ago
|
||
nominating....starting to get DUPS on this bug...
Whiteboard: [FIX IN HAND] → [FIX IN HAND] EDITORBASE
Assignee | ||
Comment 11•22 years ago
|
||
checked into 1.2 trunk
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•