aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into selectmenuJörn Zaefferer2011-11-18161-3417/+28058
|\
| * 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
| * 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
* | Selectmenu: added basic markup and a11y unit testsFelix Nagel2011-11-022-4/+42
* | Selectmenu: fixed initial unit test by adding create callback to selectmenu_d...Felix Nagel2011-11-021-1/+2
* | Merge branch 'selectmenu' of github.com:jquery/jquery-ui into selectmenuFelix Nagel2011-11-027-0/+145
|\ \
| * | Selectmenu: Add placeholder for unit testsJörn Zaefferer2011-10-197-0/+145
* | | Selectmenu: added visual tests for testing compatibility with other widgetsFelix Nagel2011-11-023-0/+234
|/ /
* | Selectmenu: added open and close method demoFelix Nagel2011-10-171-0/+12
* | Selectmenu: added test for methodsFelix Nagel2011-10-101-0/+62
* | Selectmenu: fixed disabled.html demoFelix Nagel2011-10-091-3/+3
* | Merge branch 'master' of github.com:jquery/jquery-ui into selectmenuFelix Nagel2011-10-095-3/+30
|\|
| * 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
* | Selectmenu: changed button to inline elementFelix Nagel2011-10-053-0/+3
* | Selectmenu: fixed ENTER event on closed button, fixed demo events.htmlFelix Nagel2011-10-051-0/+1
* | Selectmenu: removed option wrapperElementFelix Nagel2011-09-301-3/+3
* | Selectmenu: improved events.html demoFelix Nagel2011-09-301-3/+3
* | Selectmenu: improved value option, added demo fileFelix Nagel2011-09-272-4/+66
* | Selectmenu: improved events and added test file with callbacksFelix Nagel2011-09-272-1/+73
* | Selectmenu: improved disable method, added and improved demo filesFelix Nagel2011-09-271-0/+136
|/
* 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
|\