]> source.dussan.org Git - jquery-ui.git/commit
Mouse: Only detect out of document mouseups after a mousemove
authorMike Sherov <mike.sherov@gmail.com>
Tue, 19 Aug 2014 19:09:28 +0000 (15:09 -0400)
committerMike Sherov <mike.sherov@gmail.com>
Wed, 20 Aug 2014 15:19:36 +0000 (11:19 -0400)
commite12e3e12b19e226b90e4a0ec3848e400a80c8267
tree24d87306fc7d3c7c051e84ec9eb185b0d3d9cbf7
parent233f08e07fc451cff46dff22ba69420ceac72255
Mouse: Only detect out of document mouseups after a mousemove

This prevents the firing of mouseup in the case of IE<9, which will
fire a mousemove event if content is placed under the cursor on
mousedown.

Fixes #7778
tests/jquery.simulate.js
tests/unit/draggable/draggable_core.js
tests/visual/draggable/replaced.html [new file with mode: 0644]
tests/visual/index.html
ui/mouse.js