Bug 12738

Summary: Imagemap not clickable in www.toptenbooks.net/
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Layout and RenderingAssignee: Antti Koivisto <koivisto>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
URL: http://www.toptenbooks.net/
Attachments:
Description Flags
test case
none
make image map name case insensitive in html mode darin: review+

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