aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into selectmenuFelix Nagel2013-03-1933-313/+645
|\
| * Widget: Remove copy-pasta leftoversJörn Zaefferer2013-03-191-4/+2
| * Widget tests: Use instance method. Also replace a few instances of $.data in ...Jörn Zaefferer2013-03-197-33/+34
| * Widgets: Updating to use instance method on bridgeCorey Frang2013-03-191-2/+5
| * Widget: Implement instance method on the bridge to return widget instance - F...Corey Frang2013-03-191-0/+13
| * Draggable: make sure snap elements are in the document before snapping. Fixes...Mike Sherov2013-03-161-0/+33
| * Draggable: modified snapping algorithm to use edges and corners. Fixed #8165 ...Zbigniew Motyka2013-03-161-0/+37
| * Draggable: Fix double offset bug when scrolling. Fixes #6817 - Draggable: aut...Woody Gilk2013-03-151-0/+34
| * Core: Deprecated .zIndex(). Fixes #9061 - Core: Deprecate .zIndex().Scott González2013-03-155-30/+161
| * Accordion: Remove deprecated content property in create event. Fixes #8999 - ...Scott González2013-03-151-6/+1
| * Dialog: Removed deprecated position handling. Fixes #8825 - Dialog: Remove ar...Scott González2013-03-153-131/+0
| * Sortable Tests: Add tests for axis option and recent axis option bugs.Mike Sherov2013-03-141-8/+85
| * Widget: Stop setting ui-state-disabled and aria by default on setting disable...Scott González2013-03-1414-75/+149
| * Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...Scott González2013-03-1414-149/+75
| * Widget: Stop setting ui-state-disabled and aria by default on setting disable...Mike Sherov2013-03-1114-75/+149
| * Draggable tests: Don't use .on().Scott González2013-03-091-2/+2
| * Sortable Tests: Add tests to support #9041 and #8792Mike Sherov2013-03-082-2/+62
| * Draggable: Account for descendants in handle.Scott González2013-03-082-27/+3
| * Draggable: Fix border containment. Fixed #5569 - Draggable: Containment incor...TJ VanToll2013-03-071-0/+31
* | Selectmenu tests: remove aria-selected testsFelix Nagel2013-03-091-8/+4
* | Selectmenu tests: improve widget method testsFelix Nagel2013-03-081-4/+4
* | Merge branch 'master' into selectmenuFelix Nagel2013-03-0711-519/+1144
|\|
| * Sortable tests: Added alt attributes to images.Scott González2013-03-071-4/+4
| * Sortable: Copy the src of the original item when creating a placeholder from ...Scott González2013-03-072-4/+24
| * Draggable Tests: Fix containment testsMike Sherov2013-03-041-1/+1
| * Draggable Tests: Fix snap test failures in IE8Mike Sherov2013-03-041-2/+2
| * Draggable Tests: Style SweepMike Sherov2013-03-041-536/+494
| * Draggable Tests: Add test coverage for supported optionsMike Sherov2013-03-049-245/+892
* | Selectmenu tests: adjust tests due to removed button wrapper elementFelix Nagel2013-03-071-6/+6
* | Selectmenu tests: adjust test to change from button to span elementFelix Nagel2013-03-071-1/+1
* | Selectmenu tests: switch from a to button elementFelix Nagel2013-03-072-5/+5
* | Merge branch 'master' into selectmenuFelix Nagel2013-03-0311-18/+221
|\|
| * Slider tests: Use ui-slider not uiSlider for data key.Scott González2013-03-021-3/+3
| * Slider tests: Don't use .on().Scott González2013-03-021-1/+1
| * Effects: Handle the .hide/show/toggle( options ) signatures from core properl...Scott González2013-02-282-0/+20
| * Effects: Delegate to core show/hide when the element is already in the correc...Scott González2013-02-262-1/+11
| * Droppable tests: Cleanup.Scott González2013-02-261-9/+4
| * Droppable: Changed drop event to loop over a copied array instead of the drop...Zaven Muradyan2013-02-262-0/+34
| * Spinner: Call _stop() on blur. Fixes #9112 - Spinner keeps changing after los...Scott González2013-02-221-0/+27
| * Sortable: When sorting table rows, create a td to force dimensions. Fixes #47...Scott González2013-02-202-2/+53
| * Merge branch 'draggable_fix_9077'TJ VanToll2013-02-122-1/+43
| |\
| | * Draggable: Account for z-index set in CSS for the stack option. Fixed #9077 ...TJ VanToll2013-02-112-1/+43
| * | Position: Handle decimal percentage offsets. Fixes #9076: percentage offset d...David Petersen2013-02-121-1/+25
| |/
* | Selectmenu: Fix whitespace (trailing ws on 1 line) and lint issues (unused va...Jörn Zaefferer2013-03-012-2/+0
* | Selectmenu tests: CGL, trim triling spacesFelix Nagel2013-02-144-215/+215
* | Selectmenu tests: remove console statementsFelix Nagel2013-02-131-11/+1
* | Selectmenu tests: wrong selected item when using keyboard control on button a...Felix Nagel2013-02-131-2/+43
* | Selectmenu tests: check for too much fired focus eventsFelix Nagel2013-02-131-0/+2
* | Selectmenu: Updating jQuery to 1.9.1.Felix Nagel2013-02-093-3/+3
* | Merge branch 'master' into selectmenuFelix Nagel2013-02-0966-723/+10585
|\|