Commit Graph

125 Commits

Author SHA1 Message Date
Mike Sherov
ac2c7fd256 support array and string position notation for cursorAt 2013-01-01 22:15:03 -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
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
Dave Stein
74912d383a Draggable: Replaced incorrect comma with semicolon after lint 2012-11-13 16:37:09 -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
Scott González
a4534bb993 Update copyright to jQuery Foundation. 2012-07-04 09:08:08 -04:00
Scott González
ab1d9b8ba1 Draggable: Remove workaround for Safari 3. 2012-06-14 18:32:27 -04:00
Jörn Zaefferer
8b47438d6c Merge branch 'master' into interactions 2012-05-25 17:07:42 +02:00
Scott González
4da1716cfd Draggable: Fixed destroy method. 2012-05-24 15:10:49 -04:00
Viktar Varvanovich
a0c18ea250 Draggable: Apply ui-draggable-dragging class prior to calculating dimensions. Fixes #8349 - Draggable: Incorrect dimensions used if .ui-draggable-dragging changes dimensions 2012-05-24 14:31:52 -04:00
TJ VanToll
27d1023553 Draggable: Don't run stop methods for elements that have been removed. Fixed #8269 - Removing draggable element on drop : a(this).data("draggable") is undefined. 2012-04-30 12:39:06 -04:00
Jo Liss
37dcc3e21d Protect all copyright notices against minification
For instance, this is useful for the jquery-ui-rails gem, which does not
use jQuery UI's own minification, but relies on Rails to minify the
files where necessary. Rails in turn uses UglifyJS for JS and YUI for
CSS, both of which respect the /*! ... */ convention.
2012-04-02 15:21:06 +02:00
Scott González
932fe888c0 Updated copyright year. 2012-03-08 10:53:08 -05:00
Trey Hunner
9d6e94faf4 Use hard tabs for indentation consistently 2012-02-27 12:04:30 -05:00