aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Simulate: Define getters for pageX and pageY in mouse events if they come thr...Scott González2012-01-121-1/+25
* Simulate: fixed charCode to be undefined unless specified. Fixed #3229 - Safa...Richard D. Worth2012-01-121-1/+1
* Tests (Simulate): Make the blur event async to deal with IE's native blur bei...Scott González2012-01-121-11/+16
* Tests (Simulate): Added focus and blur support.Scott González2012-01-121-0/+49
* Tests (Simulate): Whitespace cleanup.Scott González2012-01-121-70/+99
* Upgrade jQuery to 1.7.1.Scott González2011-11-22185-184/+9450
* Upgrade jQuery to 1.7.Scott González2011-11-09186-185/+9485
* Position: Added a check for fraction support in element positions. Fixes #725...kborchers2011-10-261-17/+17
* Default to jQuery 1.6.4 for tests.Scott González2011-10-181-1/+1
* Sortable tests: Commented out assertions that don't make sense.Scott González2011-10-181-4/+4
* Upgraded jQuery to 1.6.4.Scott González2011-10-18185-183/+18273
* Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it w...Corey Frang2011-08-201-1/+1
* Dialog: Tabbing out of a modal dialog was possible because keypress doesn't f...Corey Frang2011-08-191-1/+30
* Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - A...Karl Kirch2011-08-091-0/+33
* Revert "Datepicker: Added onSelect.apply() call to _setDate method if onSelec...Scott González2011-08-091-10/+0
* Button: Adding quotes to the attribute selector for labels - Fixes #7534 - Bu...Corey Frang2011-08-031-0/+6
* Backport of f9996682b5739661c21548f0de3d4c4883c5119d for 1-8-stable.Andreas Pelme2011-08-021-0/+25
* Upgrade jQuery to 1.6.2.Scott González2011-08-01184-184/+184
* jQuery 1.6 support.Scott González2011-07-2910-38/+26794
* Tests: Added ability to run tests against different versions of jQuery core.Scott González2011-07-2827-19/+61676
* Tests: Delete everything that fails.Scott González2011-07-2813-835/+6
* Tests: Deleted failing widget tests.Scott González2011-07-288-122/+6
* Accordion tests: Fixed fixture id.Scott González2011-07-281-1/+1
* Added compound test suite and updated QUnit.Scott González2011-07-2818-16/+137
* Datepicker: show inline datepicker setting explicit display:block instead of ...Richard D. Worth2011-07-191-0/+23
* Datepicker: Added onSelect.apply() call to _setDate method if onSelect is def...marcneuwirth2011-06-281-0/+10
* Datepicker: Added onSelect.apply() call to _doKeyDown method when enter butto...marcneuwirth2011-06-281-0/+5
* Button: modified the event bindings for focus and blur. Fixed #6711 - checkbo...Glenn Goodrich2011-05-261-0/+8
* Simulate: account for document scroll in findCenter function. Fixes #6859 - J...Richard D. Worth2011-05-261-3/+3
* There's no guard against unparsed characters at the end of the date string, a...Jörn Zaefferer2011-05-181-0/+9
* Datepicker: onClose callback should be triggered by show. Fixed #6656 - onClo...Kato Kazuyoshi2011-05-182-0/+6
* Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - D...Jay Merrifield2011-05-161-0/+5
* Button: Added rtl detection so corner classes would properly be applied to bu...Doug Neiner2011-05-121-0/+14
* Datepicker: Disabled datepicker should disable own select element too. Fixed ...Kato Kazuyoshi2011-05-111-1/+4
* Datepicker: Remove old "ui-datepicker-multi-N" before add new one. Fixed #670...Kato Kazuyoshi2011-05-041-0/+8
* Datepicker: Greedy matching in month name. Fixed #7062 - $.datepicker.parseDa...Kato Kazuyoshi2011-05-042-0/+5
* Progressbar: Added unit test for #7231 - valueDiv should be hidden when value...Richard Worth2011-04-091-0/+17
* Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid.Richard Worth2011-04-071-54/+0
* Slider: Properly handle value and value methods as setters. Fixes #4881 - Sli...Scott González2011-03-281-3/+3
* Accordion unit test: corrected autoFocus test to check for ui-state-hover ins...Richard Worth2011-03-151-1/+1
* Autocomplete: refactored unit tests for autoFocus optionRichard Worth2011-03-151-14/+8
* Autocomplete: added unit tests for autoFocus. Fixed #7032 - Autocomplete: Add...Richard Worth2011-03-151-0/+27
* Autocomplete: new option autoFocus, default false. Fixed #7032 - Autocomplete...Richard Worth2011-03-151-0/+1
* Accordion: set aria-selected to true on selected header, false on others. Fix...Richard Worth2011-03-151-1/+5
* Button: find associated label even without common ancestor. Fixes #7092 - but...ddstreet2011-03-111-0/+22
* Mouse visual test: Bump jQuery version.Scott González2011-03-071-2/+2
* Mouse: Adding visual test for issue #6946 - Mouse: click event suppressed aft...awgy2011-03-071-0/+67
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-02197-197/+197
* Datepicker: prevent datepicker initialization on empty jquery collection and ...Dan Heberden2011-02-151-0/+5
* Datepicker: Update parseDate to properly handle a string value in shortYearCu...Ivan Peters2011-01-181-10/+15