Commit Graph

1103 Commits

Author SHA1 Message Date
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
Mike Sherov
854f6df2bc Merge branch 'master' of github.com:jquery/jquery-ui into interactions
Conflicts:
	ui/jquery.ui.draggable.js
	ui/jquery.ui.droppable.js
	ui/jquery.ui.sortable.js
2013-01-11 20:25:03 -05:00
Scott González
48a790a327 Core: Resume focus test based on the event, not the callback. 2013-01-08 07:54:11 -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
cf7dc089e0 Tests: Correct all 404 errors in the test suite 2013-01-02 18:03:03 -05:00
Mike Sherov
ff47763924 Datepicker Tests: Prepare for widget-ization tests. 2013-01-02 17:37:26 -05:00
Mike Sherov
b477098da5 Slider: add options for event callbacks 2013-01-02 14:58:12 -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
TJ VanToll
695358983e Selectable: Account for scrolling on the helper's initial position. Fixed #8915 - Selectable: Lasso offset issue with scrolling. 2013-01-01 08:22:18 -05:00
TJ VanToll
2620be85e9 Selectable tests: Removed a non-existent script tag causing a 404 in the tests. 2013-01-01 08:19:20 -05:00
Jörn Zaefferer
37fda49e3c Accordion: Fix testsuite overflow issue in IE7. 2012-12-28 10:41:05 +01:00
Jörn Zaefferer
2c3d311f90 Menu: Allow changing icons option after creation. Fixes #8927 - Menu: Can't change icons option after init 2012-12-27 17:23:25 +01:00
Jörn Zaefferer
0d53fbfd0b Spinner: Trigger start/spin/stop events when calling step/page methods. Fixes #8901 - Spinner does not fire start/spin/stop events when calling stepUp()/Down(), pageUp()/Down() methods 2012-12-27 17:06:01 +01:00
Mike Sherov
1045d3a352 Draggable Tests: Fix IE7 offset failures 2012-12-27 10:39:14 -05:00
Jörn Zaefferer
04d668b717 Spinner: Update button icons when option changes. Fixes #8926 - Spinner: Can't change icons option after init 2012-12-27 12:50:04 +01: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
Mike Sherov
6d88d264be Dialog Tests: Fix test fails due to window measurements in FF and IE7 2012-12-22 15:46:57 -05:00
Mike Sherov
48d7d53f7b Dev: stop loading *_tickets.js in the test suite. 2012-12-22 12:56:19 -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
Dominic Barnes
209443d716 Slider: Create clone of options.values during _create(). Fixed #8892 - Multiple Sliders have Conflict with options.values. 2012-12-18 11:48:10 -05:00
Scott González
8ec7a1b69f All: Use .addBack() instead of .andSelf(). 2012-12-14 11:13:50 -05:00
Scott González
80e46c93a8 Autocomplete: Append to closest .ui-front if available. 2012-12-14 09:10:32 -05:00
Scott González
f5aaf874e9 Progressbar: Moved .ui-progressbar-indeterminate to main element. Added tests for markup structure. 2012-12-12 11:21:49 -05:00
Mike Sherov
a677ea7dc0 Dev: update jquery.simulate.js to latest version from http://github.com/jquery/jquery-simulate 2012-12-12 03:59:11 -05:00
Mike Sherov
fec36fd214 Dev: remove todos from datepicker and dialog testsuite 2012-12-12 03:16:33 -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
Scott González
b9f206dbcf Dialog: Cleanup. 2012-12-11 16:23:18 -05:00
Scott González
28fcef5e9e Datepicker tests: Handle async focus in IE. 2012-12-11 10:06:13 -05:00
Scott González
694987f2f7 Menu tests: Better handling of async focus in IE. 2012-12-11 09:44:39 -05:00
Scott González
020abcf8a9 Spinner tests: Delay all the things to make IE happy. Maybe... 2012-12-10 15:54:06 -05:00
Scott González
245a82d5aa Dialog tests: More async focus handling to deal with IE8. 2012-12-10 15:31:56 -05:00
Scott González
d5f06c319a Spinner tests: Better handling of async focus in IE. 2012-12-10 10:35:28 -05:00
Scott González
fbc7956b9f Button tests: Handle async focus in IE. 2012-12-10 10:35:01 -05:00
Scott González
2841541362 Core tests: Handle async focus in IE. 2012-12-10 10:34:44 -05:00