4c53ec3355
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.