Closed
Bug 121504
Opened 23 years ago
Closed 23 years ago
[FIX]Getting "Save Image ((null))..." in context menu of image
Categories
(SeaMonkey :: UI Design, defect, P1)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: bugzilla, Assigned: bzbarsky)
References
()
Details
Attachments
(1 file)
1.76 KB,
patch
|
doronr
:
review+
bugzilla
:
superreview+
|
Details | Diff | Splinter Review |
If you go to:
http://dilbert.gemal.dk/
and rightclick on the image, the context menu says:
"Save Image ((null))..."
Expected:
The context menu says:
"Save Image..."
20020119
![]() |
Assignee | |
Comment 1•23 years ago
|
||
![]() |
Assignee | |
Comment 2•23 years ago
|
||
blake, doron, would you review?
Comment 4•23 years ago
|
||
Comment on attachment 66197 [details] [diff] [review]
Proposed patch
r=doron
Didn't think of that when I wrote that code :)
One thing, can imageName ever be " "?
Attachment #66197 -
Flags: review+
![]() |
Assignee | |
Comment 5•23 years ago
|
||
> can imageName ever be " "
Not really. Because the URL string can never have trailing spaces... or at
least it should never have them. :)
![]() |
Assignee | |
Updated•23 years ago
|
Priority: -- → P1
Target Milestone: --- → mozilla0.9.9
![]() |
Assignee | |
Updated•23 years ago
|
Summary: Getting "Save Image ((null))..." in context menu of image → [FIX]Getting "Save Image ((null))..." in context menu of image
Comment 6•23 years ago
|
||
Comment on attachment 66197 [details] [diff] [review]
Proposed patch
sr=blake
Attachment #66197 -
Flags: superreview+
![]() |
Assignee | |
Comment 7•23 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•