Search and Top Navigation
#7066 closed bug (duplicate)
Opened March 04, 2011 05:36PM UTC
Closed March 04, 2011 05:44PM UTC
Last modified March 04, 2011 05:44PM UTC
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: | ||
Blocked by: | Blocking: |
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.