#12738 closed defect (fixed)
FileUploader onCancel does not work on IE
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.6.1 |
Component: | DojoX Form | Version: | 1.6.0 |
Keywords: | Cc: | Mike Wilcox | |
Blocked By: | Blocking: |
Description
FileUploader? fires onCancel if a mouseout event is received while the dialogIsOpen==true. But on IE, mouseout fires just after dialogIsOpen is set to true and just before the javascript engine is frozen by the HTML file selector dialog causing onCancel to always fire.
Note: See
TracTickets for help on using
tickets.
(In [24425]) Fixes #12738. Add setTimeout to mouseout event handler to give the popup dialog time to be shown and lockout javascript.