Skip to content

Commit

Permalink
MDL-37528 Libraries: Fix gesture + mouse issues with YUI
Browse files Browse the repository at this point in the history
This addresses issues with devices which support both mouse and gesture
input devices whereby the presence of gesture support on the device causes
mouse interactions to be ignored.

This has the potential to cause issues with multiple events being triggered
for the same action, but we do not have this issue in core, and few
third-party plugins support drag and drop in such a way that this may be an
issue.

This is fixed in the latest version of YUI in a similar way, and the
addition of a new system to only trigger the event from the first action to
be triggered.
  • Loading branch information
andrewnicols committed Oct 10, 2013
1 parent 9844660 commit 4c53ec3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 251 deletions.

0 comments on commit 4c53ec3

Please sign in to comment.