Bug 12738 - Imagemap not clickable in www.toptenbooks.net/
Summary: Imagemap not clickable in www.toptenbooks.net/
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Antti Koivisto
URL: http://www.toptenbooks.net/
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-11 14:59 PST by Antti Koivisto
Modified: 2007-02-12 10:18 PST (History)
1 user (show)

See Also:


Attachments
test case (764 bytes, text/html)
2007-02-12 07:01 PST, Antti Koivisto
no flags Details
make image map name case insensitive in html mode (13.04 KB, patch)
2007-02-12 07:09 PST, Antti Koivisto
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 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.
Comment 1 mitz 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>
Comment 2 Antti Koivisto 2007-02-12 07:01:56 PST
Created attachment 13128 [details]
test case
Comment 3 Antti Koivisto 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.
Comment 4 Darin Adler 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
Comment 5 Antti Koivisto 2007-02-12 10:18:15 PST
r19578