Ticket #7066 (closed bug: duplicate)
event.originalEvent.mouseHandled is not supported in IE
| Reported by: | kellyselden | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.0 |
| Component: | ui.mouse | Version: | 1.8.10 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
if you apply multiple widgets to an element so that the mouse event fires multiple times, event.originalEvent.mouseHandled is set to true as you exit so the subsequent calls are to be ignored. this works in firefox and chrome, but in IE, the value is undefined the second time around. occurs in both IE 7 and 8.
Change History
Note: See
TracTickets for help on using
tickets.

