Side navigation
#3190 closed bug (duplicate)
Opened July 25, 2008 06:06PM UTC
Closed June 22, 2010 03:16AM UTC
Last modified October 13, 2011 10:21AM UTC
HOVER doesn't work on area tag in IE
Reported by: | slayne | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | event | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi,
In response to closed ticket #3183, mouseenter and mouseleave are the event fired by the HOVER function.
I am not the only one embarrassed http://groups.google.com/group/jquery-en/browse_thread/thread/8fefc900532f7727
If I write this
jQuery("#myElement").hover(...)
that doesn't work on IE if myElement is an AREA element.
But it works perfectly on Firefox or on other elements (DIV, IMG, A...)
An example of the usefulness of wanting to do this :
- beautify tooltips on areas of the image
- display more details in areas of an image when mouseover
...
Cheers
Attachments (0)
Change History (2)
Changed June 22, 2010 03:16AM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Dup of #3030.