Side navigation
#3081 closed bug (invalid)
Opened June 24, 2008 03:24PM UTC
Closed October 12, 2009 11:33PM UTC
[tooltip] doesn't work on IE6 & IE7 image map areas
Reported by: | allmarkedup | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | plugin | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
IE6 & 7 seem to have a problem with firing the correct events when using the jquery hover() function on image map areas (see http://groups.google.com/group/jquery-en/browse_thread/thread/8fefc900532f7727 for example detail). As the tooltip plugin uses hover() it will not work in IE6&7 when applied to image maps.
Simple fix is to replace .hover(save, hide) with .onmouseover(save).onmouseout(hide) - this fixes the issue.
I realise this is really also a jQuery core issue which needs looking at.
Attachments (0)
Change History (1)
Changed October 12, 2009 11:33PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
This is not a jQuery core bug. Please report plugin bugs to the plugin's author, or ask on the jQuery forums. jQuery UI bugs should be reported on the UI bug tracker, http://dev.jqueryui.com .