Changes between Initial Version and Version 1 of Ticket #15892, comment 13
- Timestamp:
- Sep 10, 2012, 4:02:05 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15892, comment 13
initial v1 13 13 ... 14 14 }}} 15 is only applied to touch devices, so I think(also verified) following way shall work , since here the evt is already a delegated event by dojo/on, so various properties can be modified.[[BR]]15 is only applied to touch devices, so I think(also verified) following way shall work([http://trac.dojotoolkit.org/attachment/ticket/15892/15892-v2.patch 15892-v2.patch]), since here the evt is already a delegated event by dojo/on, so various properties can be modified.[[BR]] 16 16 {{{ 17 17 touchmove = function(node, listener){ … … 26 26 }}} 27 27 28