Bug 11938 - Quirksmode: IMG events not firing with image maps
Summary: Quirksmode: IMG events not firing with image maps
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.quirksmode.org/bugreports/...
Keywords: HasReduction
Depends on:
Blocks: 9610
  Show dependency treegraph
 
Reported: 2006-12-22 20:09 PST by David Kilzer (:ddkilzer)
Modified: 2007-07-03 02:35 PDT (History)
0 users

See Also:


Attachments
Test page (3.26 KB, text/html)
2006-12-22 20:18 PST, David Kilzer (:ddkilzer)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2006-12-22 20:09:56 PST
Events registered on img objects don't fire if the image has an associated image map, and the targeted part of the image is part of an area.

NOTE: Events only fire in MSIE 6.  They do not fire in Opera 9 (Windows/Mac), Firefox 1.5 (Windows/Mac) or Safari 2.

Reported on 20 September 2006.

Test page: http://joynt.net/steve/imgmap/maptest.html

Tested on locally-built debug build of WebKit r18399 with Safari 2.0.4 (419.3) on Mac OS X 10.4.8 (8N1037).
Comment 1 David Kilzer (:ddkilzer) 2006-12-22 20:18:26 PST
Created attachment 11977 [details]
Test page
Comment 2 Maciej Stachowiak 2007-07-03 02:35:04 PDT
I think this is actually correct behavior and a bug in IE. We might reconsider if there are real sites depending on the IE bug.