Bug Tracker

Modify

Ticket #3190 (closed bug: duplicate)

Opened 5 years ago

Last modified 21 months ago

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:
Blocking: Blocked by:

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

Change History

comment:1 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to duplicate

Dup of #3030.

comment:2 Changed 21 months ago by anonymous

This is not the same issue as #3030. This issue is specifically regarding the <area> element. Setting mouseenter does not work in ie including jquery 1.6

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.