Commit Graph

134 Commits

Author SHA1 Message Date
Dave Stein
1495a61298 Draggable: Grid will snap at >= half rather than just > 2013-01-07 11:35:18 -05:00
Mike Sherov
7b1c19b191 Merge branch 'master' into interactions
Conflicts:
	tests/unit/draggable/draggable_common.js
	ui/jquery.ui.draggable.js
	ui/jquery.ui.droppable.js
	ui/jquery.ui.sortable.js
2013-01-02 18:34:34 -05:00
Mike Sherov
f667d090a7 Interactions: Update widget defaults to match documented API. 2013-01-02 18:27:22 -05:00
Mike Sherov
a3c8c19775 Merge branch 'master' into interactions
Conflicts:
	tests/unit/draggable/draggable_options.js
	ui/jquery.ui.draggable.js
	ui/jquery.ui.droppable.js
	ui/jquery.ui.sortable.js
2013-01-01 23:43:34 -05:00
Mike Sherov
ac2c7fd256 support array and string position notation for cursorAt 2013-01-01 22:15:03 -05:00
Mike Sherov
74d7eac2da All: Convert single quotes to double quotes. 2012-12-25 12:01:09 -05:00
Dave Stein
c8d7e4c592 Draggable: Some fixes for updated unit tests 2012-12-23 12:42:50 -05:00
Dave Stein
1c00423538 Draggable: Added refreshPositions backCompat + linted 2012-12-22 17:03:53 -05:00
Dave Stein
158bef1223 Draggable: Added snap/snapMode/snapTolerance via old code plus a little crying on the inside 2012-12-22 16:57:51 -05:00
Dave Stein
1e58ab22ff Draggable: Added helper to the draggable data while it exists 2012-12-21 17:53:40 -05:00
Dave Stein
bc5bbd0763 Draggable: Added in ability to stop events from "start" as well as "beforeStart" 2012-12-21 17:41:54 -05:00
Dave Stein
66bd7da551 Draggable: Fixed cursor backCompat timing 2012-12-21 17:26:10 -05:00
Dave Stein
86dcc5ea8f Draggable: Got the easier failing unit tests corrected 2012-12-21 12:01:23 -05:00
Dave Stein
15e3f28c4f Grunt: Ran and fixed jshint errors 2012-12-21 11:33:13 -05:00
Dave Stein
68f45613bd Draggable: Added stack backCompat 2012-12-20 18:02:00 -05:00
Dave Stein
50e2e91e85 Draggable: Added scoll, scrollSensitivity, scrollSpeed backCompat 2012-12-20 16:52:26 -05:00
Dave Stein
36f7c7b0b5 Draggable: Options are actually changeable after init now. 2012-12-20 15:21:30 -05:00
Dave Stein
876575272e Draggable: Added cancel backCompat 2012-12-20 14:58:44 -05:00
Dave Stein
03fc1e8175 Draggable: Removed whitespace and fixed axis backCompat based on code review 2012-12-20 14:10:09 -05:00
Scott González
8ec7a1b69f All: Use .addBack() instead of .andSelf(). 2012-12-14 11:13:50 -05:00
Dave Stein
9f018eb30a Draggable + Sortable: Code review changes 2012-12-12 14:23:17 -05:00
Dave Stein
7cd8debe73 Draggable: Modified some backCompats to use dragstart rather than dragbeforestart 2012-12-11 20:20:56 -05:00
Dave Stein
d2e726d172 Draggable: Added zIndex backCompat 2012-12-11 19:49:41 -05:00
Dave Stein
34b4fbf08b Draggable: Added revertDuration backCompat. 2012-12-11 19:28:47 -05:00
Dave Stein
5a2e5a0a9a Draggable: Added revert backCompat with TODO for droppable strings, since that is not written yet 2012-12-11 19:21:37 -05:00
Dave Stein
421f6afdc4 Draggable: Added opacity backCompat along with some more comments in other areas 2012-12-11 19:16:20 -05:00
Dave Stein
3cd5010b80 Draggable: Added grid backCompat and fixed styles for single -> double quotes 2012-12-11 18:20:48 -05:00
Dave Stein
9ef0828219 Draggable: Fixed elem reference in cursorAt 2012-12-11 11:56:48 -05:00
Dave Stein
f1f1b8d97e Draggable: Fixed variable casing + added cursorAt backCompat based on cursor-style.html demo 2012-12-11 11:55:08 -05:00
Dave Stein
4626c2bb34 Draggable: Added cursor backCompat 2012-12-10 18:03:58 -05:00
Dave Stein
44330395e1 Draggable: Added axis backCompat 2012-12-10 17:50:13 -05:00
Dave Stein
8a8a26f9da Draggable: Removed disabled option after realizing it is in widget. Also fixed spaces -> tabs. 2012-12-10 17:35:15 -05:00
Dave Stein
93dfd995df Draggable: Added disabled option 2012-12-10 17:20:11 -05:00
Dave Stein
94e475ba2d Draggable: _blockFrames now appends blocking div to iframe parent rather than body. Should fix Ticket #7650. 2012-12-10 17:14:37 -05:00
Dave Stein
25cf569c63 Draggable: Added exclude option without backCompat 2012-12-10 17:10:45 -05:00
Mike Sherov
4e0e4e113a Get the draggable tests to run 2012-12-04 22:26:40 -05:00
mathias.stenbom
cf9fbce139 Draggable: made handles work with complex markup. Fixes #8757 - Draggable: Resizable handle with inner element does not work, when its also draggable 2012-11-19 09:06:50 -05:00
Mike Sherov
53c462b666 Dev: make draggable pass JSHint with no local overrides 2012-11-18 11:44:12 -05:00
Dave Stein
74912d383a Draggable: Replaced incorrect comma with semicolon after lint 2012-11-13 16:37:09 -05:00
Scott González
f5870712c1 Updated all widgets to use proper data keys when getting plugin instances. 2012-11-09 13:28:13 -05:00
Dave Stein
fb2eca6552 Draggable: If beforeStart is stopped by user, and appendTo is set, dragEl will be reset to proper position anyway 2012-11-08 16:10:43 -05:00
Scott González
c07ae398fa Merge branch 'master' into interactions
Conflicts:
	demos/draggable/constrain-movement.html
	demos/draggable/cursor-style.html
	demos/draggable/handle.html
	demos/draggable/index.html
	demos/draggable/revert.html
	demos/draggable/visual-feedback.html
	demos/index.html
	ui/jquery.ui.draggable.js
	ui/jquery.ui.droppable.js
2012-11-05 16:49:51 -05:00
Mike Sherov
f0daa220d6 Dev: Standardized the draggable test suite. Fixed #8748 - Dev: Get draggable test suite to pass 2012-10-30 22:13:43 -04:00
Trey Hunner
49f9b849b9 Remove trailing whitespace and add final newlines 2012-10-21 22:45:41 -04:00
John Chen
20e6064711 Draggable: Fix a bug when dragging into nested sortables there are duplicated placeholders. Fixes #7777 - Draggable and Nested Sortables bug. 2012-10-10 14:46:52 -04:00
Scott González
a3f1a34d3b Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily. 2012-10-10 11:45:48 -04:00
Scott González
149567e476 Updated docs URLS. 2012-09-26 18:06:20 -05:00
Jared A. Scheel
19a9d57868 Draggable: Always clean up iframes. Fixes #8555 - Draggable: iframeFix option leaves iframes in DOM when using a selector. 2012-09-06 12:30:11 -04:00
Scott González
485ca7192a Simplify licensing. 2012-08-09 15:09:50 -04:00
Jörn Zaefferer
afc6835cd2 Merge branch 'master' into interactions
Conflicts:
	ui/jquery.ui.draggable.js
2012-07-24 17:20:18 +02:00