Opened 15 years ago
Closed 13 years ago
#3081 closed bug (invalid)
[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.
Note: See
TracTickets for help on using
tickets.
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 .