aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/draggable/replaced.html
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Use demo bootstrap for visual testsJörn Zaefferer2015-09-301-8/+2
| | | | | | Adds a data-composite option and fixes paths for effects. Otherwise just applies the same conversion as already applied to demos, sometimes moving a <style> element to the right place.
* Draggable: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-1/+1
|
* Mouse: Only detect out of document mouseups after a mousemoveMike Sherov2014-08-201-0/+38
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