Changes between Version 1 and Version 2 of Ticket #15892, comment 7
- Timestamp:
- Sep 9, 2012, 7:48:10 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15892, comment 7
v1 v2 15 15 delete originalEvent.type; 16 16 }}} 17 So the result is in iOS browsers, the native evt can be modified, so we goes to this condition for an event delegation[[BR]]17 So the result is in iOS browsers, the native evt cann't be modified, so we goes to this condition for an event delegation[[BR]] 18 18 19 19 {{{ … … 31 31 } 32 32 }}} 33 I think that's the reason why the native evt.preventDefault() can be called after mixin({}, evt, ...) [[BR]]33 I think that's the reason why the native evt.preventDefault() can be called after mixin({}, evt, ...) on android[[BR]] 34 34 35 35 Also added an updated patch version...