aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Selectmenu: Unit tests whitespace and linting/cleanupJörn Zaefferer2012-02-214-46/+46
* Merge branch 'master' into selectmenuJörn Zaefferer2012-02-2129-3345/+474
|\
| * Menu: Clean up tests to remove nested setTimeout callskborchers2012-02-171-123/+143
| * Autocomplete: Removed the timeout for the change event. Fixes #7550 - Autocom...Scott González2012-02-162-40/+4
| * Accordion: Rewrote the animation code. Fixes #4178 - Accordion animation a bi...Scott González2012-02-163-4/+5
| * Autocomplete: Added a test for exceeding minLength, then falling below, then ...Scott González2012-02-151-7/+28
| * Demos, Tests: Remove use 'that' instead of 'self'. Partial fix for #5404 - re...Scott González2012-02-122-9/+8
| * Autocomplete: Cancel search when closing the menu. Fixes #7523 - Autocomplete...Scott González2012-02-111-0/+33
| * Menu tests: Handle async focus events in IE.Scott González2012-02-091-99/+101
| * Menu: Focus the menu before performing keyboard unit tests.kborchers2012-02-061-8/+15
| * Menu: Prevent navigating to disabled menu items with the keyboard.kborchers2012-02-061-2/+3
| * Menu: Prevent clicking on disabled menu items and remove unnecessary extra pa...kborchers2012-02-031-5/+5
| * Visual tests: Cleaned up dialog tests.Scott González2012-02-011-2942/+50
| * Static tests: Removed slider tests.Scott González2012-02-0110-170/+0
| * Widget: Allow redefining a widget after other widgets have inherited from it.Scott González2012-02-012-6/+49
| * Autocomplete: Added test for close method.Scott González2012-01-312-6/+9
| * Accordion: Adjusted tests for icons: false.Scott González2012-01-311-1/+1
| * Accordion: Pass header and content in create event. Fixes #7869 - Accordion: ...Scott González2012-01-311-0/+39
| * Menu: Added unit tests for the enable, disable and refresh methods as well as...kborchers2012-01-224-20/+78
* | Selectmenu: removed space from file nameFelix Nagel2012-01-251-0/+0
* | Selectmenu: implement new ARIA specFelix Nagel2012-01-222-16/+28
* | Selectmenu: fixed unit tests in IEFelix Nagel2012-01-222-3/+3
* | Merge branch 'master' of github.com:jquery/jquery-ui into selectmenuFelix Nagel2012-01-224-3/+80
|\|
| * Tabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide tab and...Scott González2012-01-211-0/+39
| * Widget: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to provide...Scott González2012-01-211-0/+15
| * Menu tests: Removed trigger option.Scott González2012-01-181-2/+1
| * Simulate: Define getters for pageX and pageY in mouse events if they come thr...Scott González2012-01-121-1/+25
* | Selectmenu: revert initial refresh method changes (with unit tests)Felix Nagel2012-01-223-22/+4
* | Selectmenu: fixed unit tests due to initial refresh method changesFelix Nagel2012-01-223-4/+22
* | Selectmenu: add refresh method to visual testFelix Nagel2012-01-201-1/+7
* | Selectmenu: improved dropdown CSS style unit testFelix Nagel2012-01-132-4/+12
* | Selectmenu: fix unit tests (with clean-up)Felix Nagel2012-01-134-173/+179
* | Selectmenu: added mass (performance) unit testFelix Nagel2012-01-121-0/+10
* | Selectmenu: fixed unit tests, needs additional check and cleanupFelix Nagel2012-01-122-31/+34
* | Selectmenu: removed option valueFelix Nagel2012-01-124-76/+10
* | Selectmenu: improved disabled state handlingFelix Nagel2012-01-111-4/+5
* | Merge pull request #536 from danwellman/selectmenuFelix Nagel2012-01-112-6/+139
|\ \
| * \ Selectmenu: updated options and events unit testsDan Wellman2011-12-131-0/+2
| |\ \
| | * | removed duplicates from options unit tests and added new options and events t...Dan Wellman2011-12-012-8/+8
| * | | Merge branch 'selectmenu' of git://github.com/jquery/jquery-ui into selectmenuDan Wellman2011-12-127-172/+163
| |\ \ \
| * | | | Selectmenu: updated options and events unit testsDan Wellman2011-12-122-8/+23
| * | | | Merge branch 'selectmenu' of git://github.com/jquery/jquery-ui into selectmenuDan Wellman2011-12-012-4/+95
| |\ \ \ \
| * | | | | Selectmenu: removed duplicates from options unit tests and added new options ...Dan Wellman2011-12-012-8/+8
| | |_|/ / | |/| | |
| * | | | Updates to events and options unit testsDan Wellman2011-12-012-51/+10
| * | | | Merge remote-tracking branch 'upstream/selectmenu' into selectmenuDan Wellman2011-11-2881-158/+9488
| |\ \ \ \
| * | | | | Selectmenu: added option unit testsDan Wellman2011-11-251-3/+58
| * | | | | Selectmenu: Added event unit testsDan Wellman2011-11-241-3/+105
* | | | | | Merge branch 'master' into selectmenuJörn Zaefferer2012-01-111-2/+48
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Spinner: Allow strings for min, max, and step options, converting immediately...Scott González2012-01-071-2/+48
* | | | | | Merge branch 'master' into selectmenukborchers2011-12-232-17/+32
|\| | | | |