|
|
|
azakus
|
Fix `element.click()` sending tap on IE10
…
IE 10 uses current mouse position for clientX and clientY, which breaks the
TAP_DISTANCE function.
Use NaN as a default start position to mitigate
Fixes #1640 [1.0] Tap gesture does not trigger when calling `this.click` in IE10
|
777a5bc
|
Considering the following contrived element and usage:
"Tapped" is not logged to the console in IE10.
Here is a live JSBin example.