Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31247


Ignore:
Timestamp:
03/06/2015 06:25:43 PM (9 years ago)
Author:
iseulde
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31247 – Description

    initial v1  
    55This is a problem in the TinyMCE demo too, so I'll report this. TinyMCE tries to detect clicks by looking at touchstart and touchend events and compares the time difference and distance travelled, so it may have something to do with that. It only does this if the time difference is less than 500ms, which would explain why long movements work.
    66
    7 https://github.com/tinymce/tinymce/blob/master/js/tinymce/classes/util/Quirks.js#L1143
     7https://github.com/tinymce/tinymce/blob/7de8b6ce3578b063154148c840642d9fd8e7c503/js/tinymce/classes/util/Quirks.js#L1143