Closed
Bug 97476
Opened 24 years ago
Closed 24 years ago
"View Image" missing in context menu for INPUT TYPE=IMAGE
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
People
(Reporter: aha, Assigned: bugzilla)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.2+) Gecko/20010827
BuildID: 2001082703
Add ordinary image items to context menu (menu is appearing after right mouse
button) for images, which are submits in forms (for example: <INPUT TYPE="IMAGE"
SRC="img/submit.gif">). They are same part of document as inline images; this
feature is useful for web developers.
Items are: view image, save image, copy image location
a
Comment 1•24 years ago
|
||
The code at
http://lxr.mozilla.org/seamonkey/source/xpfe/communicator/resources/content/nsContextMenu.js#261
Should be handling this case.....
Reporter, do you have a testcase in which this fails?
| Reporter | ||
Comment 2•24 years ago
|
||
I'm not sure if it fails, because reported items aren't in context menu in all
cases.
You can look on http://www.centrum.cz/ and try it on the orange submit button
with text HLEDAT or on http://www.mesec.cz/ on brown submit with text JDI in
left column (first form).
Comment 3•24 years ago
|
||
No dupes found. Confirming.
New url: http://hotbot.lycos.com/ (see the "Search" image next to the input field).
Reporter: You are quite modest, but I think this is a real bug (and not RFE).
Severity: enhancement → normal
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: [RFE] 'view image' item in context menu for form inputs with src → "View Image" missing in context menu for INPUT TYPE=IMAGE
Comment 4•24 years ago
|
||
Just tried linux build 2001-08-31-08 on:
http://www.centrum.cz/
http://www.mesec.cz/
http://hotbot.lycos.com/
I cannot reproduce this bug on any of those....
Comment 5•24 years ago
|
||
Just tried those urls with 2001-08-31-03 on Win2k, and I still see this (and,
that's the very latest build as I write this). Windows-only bug, maybe?
| Reporter | ||
Comment 6•24 years ago
|
||
I was testing a little, so there is summary:
WinNT4 0.9.2+ Gecko/20010827xx bug (me when I reporting bug)
WinNT4 0.9.2+ Gecko/2001083103 bug (me today)
Win98 0.9.3+ Gecko/2001083103 bug (my friend today)
Win2K 0.9.?? Gecko/2001083103 bug (Rembrandt)
Win98 0.9.3 Gecko/20010801xx okay (my friend today)
Linux 0.9.3+ Gecko/20010830xx okay (another my friend today)
Linux 0.9.3? Gecko/20010801xx okay (Boris)
Comment 7•24 years ago
|
||
hrm, using 2001.09.04.xx-comm bits, this isn't a problem for me on mac os x or
linux. however, i cannot get a context menu to appear *at all* on winnt for
those buttons.
blake, is this problem for you?
i also wonder if a similar bug already exists...let me search.
| Reporter | ||
Comment 9•24 years ago
|
||
What I reported in this bug looks same as bug 77122, so this is dupe
(developers, if you agree, mark it as dupe and remember to transfer info about
OS-dependencies to bug 77122).
BTW is anybody fixing bugs or all great Mozilla developers are just marking
DUPES? =) Somebody should fix all this IMHO trivial bugs... (I could imagine,
how difficult could be fixing bugs like 'New Window Performance' and I'm
watching every day on big count of fixed bugs, but maybe some milestone (M096?)
could be focused on clearing these small bugs).
Comment 10•24 years ago
|
||
> Somebody should fix all this IMHO trivial bugs...
Adam, this is a bug about what options appear in a context menu, right? It's
platform specific. All the code that decides what options should appear is in
JS, so it's XP. This means that something is wrong somewhere deep down. This
is decidedly not a trivial bug....
Oh, and you can read the checkin logs to see what's being fixed. People
certainly _are_ fixing bugs. Feel free to fix a few trivial ones yourself.
It's really not all that hard....
Comment 11•24 years ago
|
||
dupping this; will transfer info over to bug 77122 soon...
*** This bug has been marked as a duplicate of 77122 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 12•24 years ago
|
||
mass verification of duplicate bugs: to find all bugspam pertaining to this, set
your search string to "DuplicateBugsBelongInZahadum".
if you think this particular bug is *not* a duplicate, please provide a
compelling reason, as well as check a recent *trunk* build (on the appropriate
platform[s]), before reopening.
Status: RESOLVED → VERIFIED
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
•