Closed
Bug 136986
Opened 23 years ago
Closed 23 years ago
context menu at image URL should always be image's context menu
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: bugzilla, Assigned: bugzilla)
References
()
Details
(Keywords: access)
if the mouse pointer isn't over the image itself (when the URL for an image
file), then the resulting context menu is just for the regular content area.
this might initially seem trivial, but not so if someone is surfing without a
mouse. using the keyboard (shift+F10 for win32/unix, control+space for mac) to
bring up the context menu will only bring up the one for the content area, not
the image as URL.
Reporter | ||
Comment 1•23 years ago
|
||
is it possible to apply the context menu for image as url for the entire page
content in this case?
Comment 2•23 years ago
|
||
See also bug 67544, "Save As.. should be removed from context menu for image URLs".
I don't think this is an accessibility issue. Most of the things you would want
to do with the image (save image, copy image address) are already on the main
menus, which are easier to get to using the keyboard than the context menu.
Summary: context menu for image as URL should persist regardless of pointer position → context menu at image URL should always be image's context menu
Comment 3•23 years ago
|
||
This should be easily doable by just checking document.contentType and if it's
"image/something" doing the image context menu everywhere.
Reporter | ||
Comment 4•23 years ago
|
||
gah, realized this bug is invalid --since the menu for "image as url" hasn't
really been implemented. the current menu (when pointer is over the image
itself) is the same as the one for "inline image".
anyhow, filed bug 138074 for the "image as url" issue.
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•