Closed
Bug 4922
Opened 26 years ago
Closed 26 years ago
imagemap with a href link does nothing when clicked
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: cpratt, Assigned: joki)
References
()
Details
if you go the above url, you will get an imagemap. here is the source html:
<MAP NAME="map1">
<AREA HREF="bft_browser_html_mix2.html" SHAPE=rect COORDS="62,20,116,75"
ALT="imagemap pointing to bft_browser_html_mix2.html">
</MAP>
if you move the cursor over the rect area in the image, it correctly changes to
a hand to let you know that clicking will do something - but when you click,
nothing happens (ie the link is not followed).
Comment 1•26 years ago
|
||
Using 4/10 build on Win 95, Win NT, Win 98and Linux and 4/9 build on Mac8.5.
WORKSFORME - Link goes to the appropriate page (The link area is over the dog)
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 3•26 years ago
|
||
I'm going to mark this invalid. If someone can reproduce this please reopen
and contact me so we can try to recreate it.
seems fine under windows 98 and nt to me today. however, this was generated on a
windows 98 machine with intellpoint 2.x software installed and configured for a
left-handed user. that's about the only thing I can think might have been
causing a problem here... in any case i no longer have access to that system.
marking verified invalid and will reopen if i can come up with a better /
reproducible test case.
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•