aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Spinner: Allow strings for min, max, and step options, converting immediately...Scott González2012-01-071-2/+48
* Menu: Fix close delay and increase the default delaykborchers2011-12-201-17/+23
* Merge pull request #553 from AlbertoMonteiro/masterScott González2011-12-151-0/+9
|\
| * Dialog: When destroy is called place the element back in original DOM positio...Alberto Monteiro2011-12-151-0/+9
* | Menu: Fix focus handling to keep focus on the menu and prevent jumping around...kborchers2011-12-152-3/+6
|/
* Menu: Update the default visual test to use the new menus option that replace...kborchers2011-12-071-2/+2
* Dialog: Modified the dialog._size() to use outerHeight in calculating the non...James Khoury2011-11-281-4/+9
* Autocomplete: Don't invoke a search from arrow keys when the element can have...meh-cfl2011-11-281-0/+86
* Autocomplete: Removed commented out test.Scott González2011-11-231-18/+0
* Autocomplete: Making sure we do not show search menu after a blur. Fixed #742...Shannon2011-11-231-0/+19
* Upgrade jQuery to 1.7.1.Scott González2011-11-2271-70/+9336
* Widget tests: Fixed _super() call in redefine test.Scott González2011-11-211-1/+1
* Widget: Remove method argument from _super and _superApply. Was a left-over f...Jörn Zaefferer2011-11-181-5/+5
* Spinner: Handle changes to numberFormat and currency options.Scott González2011-11-161-0/+19
* Effects tests: Proper detection of fixed position support in jQuery 1.7.Scott González2011-11-091-2/+7
* Upgrade jQuery to 1.7.Scott González2011-11-0971-70/+9370
* Simulate: fixed charCode to be undefined unless specified. Fixed #3229 - Safa...Richard D. Worth2011-11-071-1/+1
* Tests: Removed unnecessary visual tests for button.Scott González2011-11-032-109/+0
* Tests: Removed visual tests for plugins that are being rewritten.Scott González2011-11-0351-2956/+0
* Tests: Change the input in the effects test to a text input. This fixes faili...kborchers2011-11-021-1/+1
* Tabs test: Increase delay in load test.Scott González2011-11-021-2/+2
* Position tests: Changed DOM structure to fix dimensions of within container.Scott González2011-11-021-4/+4
* Tests (Simulate): Make the blur event async to deal with IE's native blur bei...Scott González2011-11-011-11/+16
* Autocomplete tests: Fixed typo.Scott González2011-11-011-1/+1
* Tests (Simulate): Added focus and blur support.Scott González2011-10-313-7/+54
* Tests (Simulate): Whitespace cleanup.Scott González2011-10-311-70/+99
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-2824-128/+302
* Effects Core: Do not overwrite css or class changes that aren't animated duri...ddstreet2011-10-252-59/+87
* Menu: Added the new trigger option to the defaults unit testkborchers2011-10-191-0/+1