RESOLVED FIXED 12738
Imagemap not clickable in www.toptenbooks.net/
https://bugs.webkit.org/show_bug.cgi?id=12738
Summary Imagemap not clickable in www.toptenbooks.net/
Antti Koivisto
Reported 2007-02-11 14:59:07 PST
Imagemap links in the box on the left side of the screen ("Buy the book", "About the book",...) are not clickable in Safari. Works in Firefox.
Attachments
test case (764 bytes, text/html)
2007-02-12 07:01 PST, Antti Koivisto
no flags
make image map name case insensitive in html mode (13.04 KB, patch)
2007-02-12 07:09 PST, Antti Koivisto
darin: review+
mitz
Comment 1 2007-02-12 00:17:04 PST
Firefox is apparently case insensitive: <map name="navmap"> but <img src=images/menu.gif hspace=0 vspace=0 border=0 usemap=#navMap ismap>
Antti Koivisto
Comment 2 2007-02-12 07:01:56 PST
Created attachment 13128 [details] test case
Antti Koivisto
Comment 3 2007-02-12 07:09:30 PST
Created attachment 13129 [details] make image map name case insensitive in html mode Not a P1, but the bug is nasty and fix is simple and seems risk-free.
Darin Adler
Comment 4 2007-02-12 08:06:39 PST
Comment on attachment 13129 [details] make image map name case insensitive in html mode \ No newline at end of file It'd be better to fix that before landing. r=me
Antti Koivisto
Comment 5 2007-02-12 10:18:15 PST
Note You need to log in before you can comment on or make changes to this bug.