Closed Bug 92724 Opened 23 years ago Closed 23 years ago

context menu 'View Image' doesn't appear for image map images

Categories

(SeaMonkey :: UI Design, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 33583

People

(Reporter: jrgmorrison, Assigned: bugzilla)

Details

Attachments

(1 file)

Perhaps this is a duplicate but I can't find it. 

If you are over an image that is a client-side image map (USEMAP), then the 
context menu item 'View Image' is not displayed, I assume due to some condition
in nsContextMenu.js

Example:

<html>
<head>
  <map name="somemap">
    <area shape="rect" coords="0,0 600,58"
          href="http://www.mozilla.org/">
  </map>
</head>
<body>
  <p>Can you see 'View Image' in the context menu over this image?</p>
  <img src="http://www.mozilla.org/images/mozilla-banner.gif" usemap="#somemap">
</body>
</html>
 
</head>
<body>
Actually, 'Save As...', View Source, View Page Info, all think that the current 
context is the document, not the image element within the document.
me thinks you're looking for 33583

*** This bug has been marked as a duplicate of 33583 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
dah
Status: RESOLVED → VERIFIED
Product: Core → Mozilla Application Suite
Component: XP Apps: GUI Features → UI Design
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: