Commit Graph

128 Commits

Author SHA1 Message Date
Scott González
ad8b486a3a Draggable: Removed 'option' from default exclude option (should be handled by 'select'). 2013-03-29 12:24:10 -04:00
Scott González
0beb25e865 Draggable: Cleanup. 2013-03-13 14:56:28 -04:00
Mike Sherov
515e20da91 Merge branch 'master' into interactions2 2013-03-04 11:48:33 -05:00
Mike Sherov
8b110f2608 Draggable Tests: refix failed tests 2013-03-04 11:48:24 -05:00
Mike Sherov
fec3319b20 Draggable: Fix backCompat for scrollSpeed, scrollSensitivity, and containment as an array 2013-03-04 11:43:49 -05:00
Mike Sherov
ca0b4b8a6c Draggable Tests: Fix containment tests 2013-03-04 11:39:14 -05:00
Mike Sherov
c341109388 Merge branch 'master' into interactions
Conflicts:
	tests/unit/draggable/draggable.html
	tests/unit/draggable/draggable_common.js
	tests/unit/draggable/draggable_core.js
	tests/unit/draggable/draggable_options.js
	tests/unit/draggable/draggable_test_helpers.js
	tests/unit/droppable/droppable.html
	ui/jquery.ui.draggable.js
	ui/jquery.ui.droppable.js
	ui/jquery.ui.sortable.js
2013-03-04 10:39:57 -05:00
Mike Sherov
5a04d237dd Draggable Tests: Fix snap test failures in IE8 2013-03-04 09:58:23 -05:00
Mike Sherov
dd16205a3f Draggable Tests: Style Sweep 2013-03-04 01:32:23 -05:00
Mike Sherov
c278a4461b Draggable Tests: Add test coverage for supported options 2013-03-04 01:05:11 -05:00
Dave Stein
04a50ff49f Draggable: Changed the way handle and exclude is detected 2013-02-24 19:48:08 -05:00
Dave Stein
9990013f33 Draggable Unit: Fixes for appendTo 2013-02-24 18:30:13 -05:00
Dave Stein
0d7385f15e Unit Tests: Merged from master_tests. Corrected _blockFrames location 2013-02-24 18:13:51 -05:00
Dave Stein
894d4c157a Draggable + Sortable: Fixed blockFrames. Added unit tests specifically for draggable since it should be moving up to "core" file shortly 2013-02-18 17:13:29 -05:00
TJ VanToll
c32bebd1bd Draggable: Account for z-index set in CSS for the stack option. Fixed #9077 - Draggable: stack option resets the z-index 2013-02-11 23:29:48 -05:00
Bruno M. Custódio
b440979ba6 Updating 'jQuery' to 1.9.1. 2013-02-05 13:47:59 +00:00
Kris Borchers
34409e7ddd Updating to jQuery 1.9.0 2013-01-17 00:28:41 -06:00
Dave Stein
b21904007f Draggable: Added test for disabled 2013-01-15 19:42:03 -05:00
Dave Stein
5f26d83c78 Draggable: Added tests for opacity and zIndex 2013-01-15 19:34:17 -05:00
Dave Stein
f616b62a5d Draggable: Added tests for handle and helper, removed trailing whitespaces 2013-01-15 19:24:41 -05:00
Dave Stein
9846dbcfaa Draggable: Added more tests for grid and cursorAt 2013-01-15 19:11:34 -05:00
Dave Stein
4a238046bf Draggable Tests: Grunted 2013-01-15 18:57:13 -05:00
Dave Stein
e85402f553 Draggable: Added tests for containment and cursor. 2013-01-14 19:20:39 -05:00
Dave Stein
c9001874dc Draggable Tests: Added tests for appendTo and axis 2013-01-14 18:26:39 -05:00
Mike Sherov
c70b3dc9e3 Draggable Tests: Cleaned up core and method tests. 2013-01-13 18:55:43 -05:00
Mike Sherov
430bd68344 Draggable Tests: Cleaned up events tests. 2013-01-12 00:49:02 -05:00
Mike Sherov
4c7b57859f Draggable Tests: Remove Future Unsupported APIs 2013-01-12 00:47:43 -05:00
Dave Stein
d84cf1d716 Draggable: Uncommented failing scrolling tests and fixed them 2013-01-07 14:44:00 -05:00
Dave Stein
7ad8f54a5a Draggable: Removed test for "drag callback shuold happen exactly once" 2013-01-07 11:22:24 -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
18b8ffd796 Draggable Tests: Cover all cursorAt option formats. 2013-01-01 23:16:12 -05:00
Mike Sherov
ac2c7fd256 support array and string position notation for cursorAt 2013-01-01 22:15:03 -05:00
Mike Sherov
abb847191e Fix common tests, and add back in undocumented, but necessary array position format 2013-01-01 21:59:18 -05:00
Mike Sherov
1045d3a352 Draggable Tests: Fix IE7 offset failures 2012-12-27 10:39:14 -05:00
Mike Sherov
0d4022bceb Tests: Convert single quotes to double quotes. 2012-12-26 08:08:48 -05:00
Dave Stein
6484103175 Draggable: Deleted line rather than commenting it out. 2012-12-23 12:51:17 -05:00
Dave Stein
914d74c998 Draggable Unit: Removed tests against undocumentated functionality 2012-12-23 12:50:05 -05:00
Dave Stein
67d98ef6f3 Interactions: Merged from master 2012-12-23 12:33:16 -05:00
Mike Sherov
ecb7b6ec12 Draggable Tests: add back in unreliable offset hack for cursorAt tests 2012-12-22 17:39:36 -05:00
Mike Sherov
46925b8808 Draggable Tests: use jquery.simulate.js to simulate drag events 2012-12-22 16:30:27 -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
ddcb7695e3 Draggable Unit: Modified to actually reflect new API options 2012-12-20 18:04:32 -05:00
Dave Stein
855416ef9b Draggable Unit: Removed distance test since that is not getting backCompat 2012-12-11 19:04:22 -05:00
Dave Stein
bef00728f4 Draggable Unit: Common file syntax error fix 2012-12-11 18:54:03 -05:00
Dave Stein
b7b0fff9b2 Draggable Unit: Common now has all failures until more backCompat gets in 2012-12-11 18:52:56 -05:00
Dave Stein
ee55a9df42 Draggable Unit: Removed any references to addClasses 2012-12-11 18:46:35 -05:00
Mike Sherov
9f76446775 Dev: remove unnecessary simulated drag delegation in test suite 2012-12-08 21:27:37 -05:00