Files
jquery-ui/ui
Scott González 17b5386e8c Mouse: Ignore mousemove events triggered by key presses in Safari
If the user presses control, meta, shift, or alt during a drag operation,
Safari will trigger an event where `event.which` is `0`. We use that scenario
to detect that a `mouseup` occurred in a different document, so we need to
ignore these events when one of the keys are pressed.

Fixes #14461
Closes gh-1620
2015-10-27 14:12:00 -04:00
..
2015-08-21 08:06:24 -04:00
2015-09-16 12:45:54 -04:00
2015-10-23 09:25:15 -04:00
2015-08-21 08:06:24 -04:00
2015-08-21 08:06:24 -04:00
2015-08-08 00:29:36 -04:00