Modify ↓
Ticket #3030 (closed bug: invalid)
hover doesn't work with image maps
| Reported by: | nene | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | event | Version: | 1.2.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
For some reason you can't do use hover() method to associate onmouseover and onmouseout event handlers with area elements of imagemaps. But assigning handlers directly to onmouseover and onmouseout attributes of the area element works just fine.
I didn't found a bug report on this, although the tooltip plugin in this same repository has implemented a workaround [5637] for it. So it clearly must be an issue.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

This may have been fixed in 1.4, if not then please reopen with a simple test case.