aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Menu: Update visual test to remove bottom scroll bar in scrolling menus in IE...kborchers2011-10-181-1/+1
* Upgraded jQuery to 1.6.4.Scott González2011-10-18122-120/+18210
* Scale: We can't detect this reliably currently, so assume all elements are po...Corey Frang2011-10-141-0/+2
* Autocomplete tests: Fix #7788, incorrect selector in autoFocus test.Dave Methvin2011-10-131-1/+1
* Tooltip tests: Adjust test to deal with blurring being async in IE.Scott González2011-10-121-1/+3
* Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by cach...Scott González2011-10-101-1/+2
* Spinner: Simulate keyup at the end of incremental tests to stop the repeat ti...Scott González2011-10-101-0/+3
* Spinner: Added culture option.Scott González2011-09-283-0/+27
* Effects tests: Ignore leading/trailing whitespace when comparing style proper...Scott González2011-09-281-2/+2
* Tooltip: Fixed defaults in tests.Scott González2011-09-281-1/+1
* Menu: Refactoring the collapseAll to deal with some issues selecting - Updati...Corey Frang2011-09-222-2/+8
* Merge remote branch 'kborchers/menu_notJustUL'Jörn Zaefferer2011-09-195-4/+198
|\
| * Menu: Add support for structures other than UL/LI plus visual and unit testskborchers2011-09-145-4/+198
* | Spinner: Fix step mismatches whenever stepping, paging or using the value set...Scott González2011-09-143-20/+22
|/
* Menu: Refactor to get rid of var that. Cleanup some odd formattings and unnee...Jörn Zaefferer2011-09-131-6/+6
* Merge remote branch 'kborchers/menu_autoCollapse'Jörn Zaefferer2011-09-121-0/+19
|\
| * Menu: Added autoCollapse as the default and added a unit testkborchers2011-09-121-0/+19
* | Widget: return timer value from _delayJörn Zaefferer2011-09-121-3/+5
* | Widget: Add a _delay method. Will be used in various places to replace setTim...Jörn Zaefferer2011-09-121-0/+24
* | Widget: Tests code cleanupJörn Zaefferer2011-09-122-20/+19
* | Spinner: Added ability to specify custom incremental function.Scott González2011-09-091-38/+65
* | Spinner: Default min and max options to null.Scott González2011-09-092-9/+15
* | Autocomplete: Fixed setting of valueMethod for textareas. Fixes #7674 - Autoc...Scott González2011-08-302-104/+70
* | Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it w...Corey Frang2011-08-201-1/+1
* | Position: Added the missing div required for the fraction tests that were add...kborchers2011-08-191-0/+4
* | Dialog: Tabbing out of a modal dialog was possible because keypress doesn't f...Corey Frang2011-08-191-1/+30
* | Merge remote branch 'kborchers/position_flipfit2'Jörn Zaefferer2011-08-156-128/+462
|\ \
| * | Position: Added better collision detection for flip and fit, added visual tes...kborchers2011-08-126-128/+462
* | | Spinner: Removed value option. Don't change empty values to zero on init. Don...Scott González2011-08-135-67/+55
* | | Spinner: Fixed precision when stepping.Scott González2011-08-121-0/+17
* | | Widget: Use this.widget() for event delegation.Scott González2011-08-121-11/+19
* | | Core: Added tests for :focusable and :tabbable form elements.Scott González2011-08-122-2/+9
* | | Tabs: Fixed detection of local vs. remote tabs. Fixes #4941 - Mishandling of ...Scott González2011-08-111-1/+1
|/ /
* | Spinner: Fixed integration with globalize.Scott González2011-08-101-1/+1
* | 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
* | Spinner: More tests. Don't trigger spin when programmatically stepping or pag...Scott González2011-08-072-24/+200
* | Spinner: Added more tests.Scott González2011-08-071-51/+90
* | Spinner tests: Removed IE 6 hack in destroy test.Scott González2011-08-072-11/+7
* | Spinner: Use _getCreateOptions() for value.Scott González2011-08-071-1/+1
* | Spinner tests: Fixed line endings.Scott González2011-08-076-546/+546
* | Spinner tests: Cleanup.Scott González2011-08-073-247/+204