Changes between Version 1 and Version 2 of Ticket #10701, comment 1
- Timestamp:
- Nov 21, 2014, 4:33:56 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10701, comment 1
v1 v2 1 After digging in the source code, I found that _allowInteraction returns false in IE, as $( event.target ).closest( ".ui-dialog" ).length is 0 1 After digging in the source code, I found that _allowInteraction returns false in IE, as $( event.target ).closest( ".ui-dialog" ).length is 0. 2 3 EDIT: This is because the target is the body of the document.