aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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: additional unit tests
| * Selectmenu: updated options and events unit testsDan Wellman2011-12-131-0/+2
| |\
| | * removed duplicates from options unit tests and added new options and events ↵Dan Wellman2011-12-012-8/+8
| | | | | | | | | | | | tests
| * | 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
| | |_|/ | |/| | | | | | | | | | and events tests
| * | | 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 ↵Scott González2012-01-071-2/+48
| | | | | | | | | | | | | | | | | | | | | | | | immediately to numbers based on numberFormat and culture.
* | | | | | Merge branch 'master' into selectmenukborchers2011-12-232-17/+32
|\| | | | |
| * | | | | 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 position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position
| | * | | | | Dialog: When destroy is called place the element back in original DOM ↵Alberto Monteiro2011-12-151-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position
* | | | | | | Selectmenu: improved a11y unit testFelix Nagel2011-12-221-3/+10
| | | | | | |
* | | | | | | Merge branch 'master' into selectmenukborchers2011-12-153-5/+8
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | Menu: Fix focus handling to keep focus on the menu and prevent jumping ↵kborchers2011-12-152-3/+6
| |/ / / / | | | | | | | | | | | | | | | around within the menu on mousedown
| * | | | Menu: Update the default visual test to use the new menus option that ↵kborchers2011-12-071-2/+2
| | | | | | | | | | | | | | | | | | | | replaced the items option
* | | | | Selectmenu: added visual test for themeswitcherFelix Nagel2011-12-011-0/+104
| | | | |
* | | | | Selectmenu: improved visual tests (title and merging widget compatibility tests)Felix Nagel2011-12-016-172/+59
| |_|_|/ |/| | |
* | | | Merge branch 'master' into selectmenukborchers2011-11-302-4/+95
|\| | | | |_|/ |/| |
| * | Dialog: Modified the dialog._size() to use outerHeight in calculating the ↵James Khoury2011-11-281-4/+9
| | | | | | | | | | | | nonContentHeight. Fixed #7692 - dialog: dialog height bug is incorrect when .ui-dialog padding set.
| * | Autocomplete: Don't invoke a search from arrow keys when the element can ↵meh-cfl2011-11-281-0/+86
| | | | | | | | | | | | have multi-line text. Fixes #7639 - Key up/key down in textarea's should optionally not toggle auto-complete.
* | | Selectmenu: improved method unit testsFelix Nagel2011-11-281-36/+99
| | |
* | | Upgrade jQuery to 1.7.1.Jörn Zaefferer2011-11-247-37/+37
| | |
* | | Merge branch 'master' into selectmenuJörn Zaefferer2011-11-2473-85/+9352
|\| | | |/ |/|
| * 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 ↵Shannon2011-11-231-0/+19
| | | | | | | | #7423 - Tab out of autocomplete with remote source can leave menu showing.
| * 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
| |
* | Selectmenu: added basic method unit testsFelix Nagel2011-11-223-7/+89
| |
* | Selectmenu: added state synchronization unit testFelix Nagel2011-11-211-7/+41
| |
* | Selectmenu: fixed jQuery versionFelix Nagel2011-11-217-7/+7
| |
* | Selectmenu: remove markup unit testFelix Nagel2011-11-211-17/+0
| |
* | Merge branch 'master' into selectmenuJörn Zaefferer2011-11-18161-3417/+28058
|\|
| * Widget: Remove method argument from _super and _superApply. Was a left-over ↵Jörn Zaefferer2011-11-181-5/+5
| | | | | | | | from first implementation, not necessary anymore.
| * 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 - ↵Richard D. Worth2011-11-071-1/+1
| | | | | | | | Safari: jQuery.simulate() doesn't set "which" field for key events
| * Tests: Removed unnecessary visual tests for button.Scott González2011-11-032-109/+0
| |