Closed
Bug 138074
Opened 23 years ago
Closed 16 years ago
context menu for Image as URL doesn't match spec
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.7final
People
(Reporter: bugzilla, Assigned: timeless)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [adt2 rtm])
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
caillon
:
review+
jag+mozilla
:
superreview+
|
Details | Diff | Splinter Review |
realized that bug 136986 is invalid. the issue here is that the "image as url"
context menu has not been implemented. what we get now is the menu for "inline
image", when the pointer is over the image, and the menu for the regular content
area when pointer is not over the image.
the spec'd context menu is at
http://www.mozilla.org/projects/ui/communicator/framework/contextmenus/#Anchor-7191
and would include the following:
Back
Forward
Reload
Stop
[sep]
Copy Image (see bug 135300)
Copy Image Location
Bookmark This Page
[sep]
Save Image
Send Image
Send to Buddy (commercial-only rfe)
Set as Wallpaper (win32-only for the time being)
[sep]
Image Properties
Reporter | ||
Comment 1•23 years ago
|
||
tentatively nominating (unsure about the time available, etc)...
Comment 2•23 years ago
|
||
Per the Nav triage team marking nsbeta1+ [adt2 rtm]
Comment 3•23 years ago
|
||
What *is* an Image as URL? As opposed to an Image as Link? The only think I
can think of is that it's the context menu for an image when you just load the
image, e.g. http://wwww.webaddress.com/foo.gif. If so, I can't really
understand how this could be critical for rtm, but...
Reporter | ||
Comment 4•23 years ago
|
||
yep, the context menu for "image as url" is for when something like
http://mozilla.org/images/mozilla-banner.gif is loaded for the page's url.
Comment 5•23 years ago
|
||
I agree with Blake, why is this critical? removing plus for retriage.
Comment 6•23 years ago
|
||
nsbeta1- per Nav triage team.
Reporter | ||
Comment 7•22 years ago
|
||
nominating for buffy.
currently
! view image
block images from this server
copy image location
-
save image as
send image
set as wallpaper
-
? bookmark this page
! save page as
! send page
copy
select all
-
properties
The three items i've marked with ! are really inappropriate. The item I marked
with ? is questionable. This patch removes all four. I'll take a review from
xpfe specifying what to do with ? (it's easy to just not commit that line).
Comment 9•22 years ago
|
||
I'd say keep "bookmark this page", you're right on the other three though. Fix
those two logic errors I pointed out on #mozilla and sr=jag
Assignee | ||
Comment 10•22 years ago
|
||
Attachment #103991 -
Attachment is obsolete: true
Comment 11•22 years ago
|
||
Comment on attachment 104049 [details] [diff] [review]
same as before but without a logic glitch
sr=jag
Attachment #104049 -
Flags: superreview+
Comment 12•22 years ago
|
||
Comment on attachment 104049 [details] [diff] [review]
same as before but without a logic glitch
Shouldn't you call |isImage| something more distinct from |onImage| so people
don't confuse them? How about |onImageDoc|?
Comment 13•22 years ago
|
||
This can wait until 1.3 opens (real soon now). It's not a recent regression,
major crash or near-zero risk fix so please hold off on landing until 1.3a
opens. Thanks.
Comment 14•22 years ago
|
||
nsbeta1- per the nav triage team.
Comment 15•22 years ago
|
||
Comment on attachment 104049 [details] [diff] [review]
same as before but without a logic glitch
I agree with dbaron. This will work even if you are right clicking on the page
outside of the image in the image doc, right? So 'isImage' may not be entirely
accurate. r=caillon if you use onImageDoc
Attachment #104049 -
Flags: review+
Comment 17•21 years ago
|
||
To timeless to maybe check in the patch, seeing as it has reviews....
Assignee: blake → timeless
Target Milestone: Future → ---
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
Comment 18•16 years ago
|
||
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&file=nsContextMenu.js&branch=1.125&root=/cvsroot&subdir=mozilla/suite/common&command=DIFF_FRAMESET&rev1=1.84&rev2=1.85 - fixed a bit over five years ago.
Status: NEW → RESOLVED
Closed: 16 years ago
QA Contact: bugzilla → ui-design
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.7final
You need to log in
before you can comment on or make changes to this bug.
Description
•