Opened 15 years ago
Closed 13 years ago
#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: | ||
Blocked by: | Blocking: |
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.
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.