aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Widget: Moved tests out of _tickets into _core.Scott González2011-03-283-92/+88
* Merge branch 'master' of github.com:jquery/jquery-uiRichard Worth2011-03-285-22/+0
|\
| * Removed empty ticket test files.Scott González2011-03-284-17/+0
| * Accordion: Removed empty ticket test file.Scott González2011-03-281-5/+0
* | Autocomplete: changed autoFocus default back to false. Reverts #7042 - Autoco...Richard Worth2011-03-281-1/+1
|/
* Widget: Allow setting individual properties of deep options. Fixes #7035 - Wi...Scott González2011-03-241-0/+24
* Accordion: Removed static test pages. Added unit tests for dl markup structure.Scott González2011-03-233-10/+54
* Accordion tests: Fixed indentation.Scott González2011-03-232-76/+64
* Widget: Maintain stack when a method returns a jQuery object. Fixes #5732 - W...Scott González2011-03-221-2/+8
* Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ...Scott González2011-03-221-11/+29
* Position: Split out tests for deprecated offset option.Scott González2011-03-224-41/+105
* Position: Coding standards.Scott González2011-03-221-285/+285
* Position: Merged offset option into my and at options and added support for p...Scott González2011-03-221-1/+35
* Merge branch 'tabs_4386' of https://github.com/petersendidit/jquery-uiScott González2011-03-213-11/+44
|\
| * Tabs: Fix disable and enable methods to correctly handle when index is undefi...David Petersen2011-03-213-11/+44
* | Use QUnit.push instead of assertion method for custom assertions to getjzaefferer2011-03-201-1/+2
* | Autocomplete unit test: corrected name and argument order of equal() call in ...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: changed autoFocus default to true for 1.9. Fixed #7042 - Autoco...Richard Worth2011-03-153-1/+4
* | 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
* Unit tests: removed no longer utilized tickets.js files for Menu and TooltipRichard Worth2011-03-084-20/+0
* Dialog: Before handling escape key presses, check if the default action has b...Jay Merrifield2011-03-081-0/+25
* Dialog: Added a class to dialog wrapper when it is currently displaying butto...Douglas Neiner2011-03-031-1/+9
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-0220-20/+20
* Widget tests: Work around a bug in jQuery core in IE 9rc.Scott González2011-02-261-0/+2
* Spinner: Ignore delta of 0 from triggered mousewheel event. Verifiedjzaefferer2011-02-261-2/+3
* Accordion: Improve unit test to get consistent results on mobile devicesjzaefferer2011-02-264-4/+4
* Position: Test for window scrollTop support and run scrolled window testjzaefferer2011-02-261-12/+20
* Menu: Cleanup contextmenu demo and fix aria unit test to ignore emptyjzaefferer2011-02-251-1/+1
* Adding a domEqual assertion to our testsuite for more sane DOMjzaefferer2011-02-254-29/+42
* Menu: Cleanup unit test pagejzaefferer2011-02-251-2/+1
* Autocomplete tests: Fixed various bugs in various versions of IE.Scott González2011-02-241-2/+6
* Menu: Fix testsuite, new optionjzaefferer2011-02-241-1/+5
* Menu: Update autocomplete to use deactivate and check for focus classjzaefferer2011-02-241-1/+1
* Autocomplete: Added support for contenteditable elements. Fixes #6914 - Autoc...Scott González2011-02-242-0/+41
* Menu: Update unit test to use focus instead of activate methodjzaefferer2011-02-241-2/+2
* Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests usejzaefferer2011-02-2319-21/+21
* Drop unused tests/unit/defaults.html. If any, we need to composite suitejzaefferer2011-02-231-56/+0
* Disable dialog tests on TestSwarm until we can get some running in IE6jzaefferer2011-02-211-0/+11
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-2120-0/+20
* Accordion: Handle changing the event option. Fixes #6740 - Dynamically changi...Scott González2011-02-211-1/+46
* Merge branch 'master' of github.com:jquery/jquery-uijzaefferer2011-02-211-2/+9
|\
| * Widget: modified widget to throw exception on attempt to call private methods...William Kevin Manire2011-02-161-2/+9
* | Fix datepicker tests to pass in Chrome and run faster by letting QUnitjzaefferer2011-02-185-40/+20
|/
* Datepicker: prevent datepicker initialization on empty jquery collection and ...Dan Heberden2011-02-151-0/+5
* Tabs: Pass original event for show and select events. Fixes #5043 - Tabs: pas...David Petersen2011-02-151-3/+13
* Tooltip: Added missing items testjzaefferer2011-02-112-2/+11