Changes between Initial Version and Version 1 of Ticket #17648, comment 1
- Timestamp:
- Jan 9, 2014, 2:19:32 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17648, comment 1
initial v1 1 1 Hm... Still hangs. Look's like IE don't like second event type at all. Now works only in 2 2 {{{#!javascript 3 var mdh = on(targetWindow.document, 'mousedown,'+(has('ie')?'':'touchstart'), function(evt){ 3 4 var mdh = on(targetWindow.document, 'mousedown'+(has('ie')?'':',touchstart'), function(evt){ 5 4 6 }}} 5 7