aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Collapse)AuthorAgeFilesLines
* Autocomplete: Move race condition logic from ajax requests to general ↵Scott González2012-04-031-0/+29
| | | | response handler. Fixes #8234 - Autocomplete: Automatic race-condition handling for custom sources.
* Accordion: Added animation tests.Scott González2012-03-271-1/+169
|
* Accordion: Fixed post-init changes to event option and added tests for ↵Scott González2012-03-273-3/+43
| | | | keyboard support.
* Datepicker tests: Use $.ui.keyCode instead of $.simulate.VK_*.Scott González2012-03-273-113/+113
|
* Accordion: Fixed ARIA support and added proper keyboard support.Hans Hillen2012-03-271-15/+41
|
* Upgrade jQuery to 1.7.2.Scott González2012-03-2223-23/+23
|
* Merge branch 'accordion-cleanup'Jörn Zaefferer2012-03-183-4/+9
|\
| * Accordion: Update method tests - active option still works when accordion is ↵Jörn Zaefferer2012-03-071-3/+7
| | | | | | | | disabled
| * Accordion: Update test helper to use QUnit.push instead of deepEqual to get ↵Jörn Zaefferer2012-03-071-1/+1
| | | | | | | | useful stacktrace
| * Accordion: Fix unbinding of accordion event option when dealing with ↵Jörn Zaefferer2012-03-071-0/+1
| | | | | | | | multiple events. Make sure to unbind only those namespaced to .accordion
* | Updated to QUnit 1.4.0.Jörn Zaefferer2012-03-102-0/+2
| | | | | | | | | | | | Added expect(0) to make tabs and tooltip tests pass, even though those assertions are actually missing. Introduces dialog and slider failures when running in composite all.html suite, all green when running one by one, also all-active.html is green.
* | Added composite test suite for all 'active' tests.Scott González2012-03-081-0/+72
|/
* Update Widget data naming/usage. Remove unnecessary fallbacks, update ↵Jörn Zaefferer2012-03-011-1/+4
| | | | .removeData to use full name.
* Update data naming for Widget, including backwards compability. Updated ↵Jörn Zaefferer2012-03-011-14/+28
| | | | tests and added one for the custom expression. Partial fix for #7810
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-2956-1209/+1209
|
* Datepicker: Fix a bad assertion - actual result is valid.Jörn Zaefferer2012-02-291-4/+4
|
* Accordion: Removed requirement for headers contain a child (and removed ↵Scott González2012-02-273-19/+12
| | | | associated ui-accordion-heading class).
* Menu: Add default null callbacks and update unit testskborchers2012-02-261-1/+4
|
* Tooltip: Replace blur with focusout to deal with inputs nested in tooltipped ↵Jörn Zaefferer2012-02-231-3/+3
| | | | elements.
* Menu: Clean up tests to remove nested setTimeout callskborchers2012-02-171-123/+143
|
* Autocomplete: Removed the timeout for the change event. Fixes #7550 - ↵Scott González2012-02-162-40/+4
| | | | | | Autocomplete change event not triggered in time. Thanks spekary for finding a workaround for IE.
* Accordion: Rewrote the animation code. Fixes #4178 - Accordion animation a ↵Scott González2012-02-163-4/+5
| | | | bit jumpy in some browsers. Fixes #7371 - Accordion: Incorrect size when zoomed.
* Autocomplete: Added a test for exceeding minLength, then falling below, then ↵Scott González2012-02-151-7/+28
| | | | exceeding again.
* Autocomplete: Cancel search when closing the menu. Fixes #7523 - ↵Scott González2012-02-111-0/+33
| | | | Autocomplete cancel pending request when text changes below minLength.
* 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
|
* 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
| | | | Provide header and content details in create event.
* Menu: Added unit tests for the enable, disable and refresh methods as well ↵kborchers2012-01-224-20/+78
| | | | as the disabled option. Cleaned up some variable names in unit tests.
* Tabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide tab ↵Scott González2012-01-211-0/+39
| | | | and panel details in create event.
* Widget: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to ↵Scott González2012-01-211-0/+15
| | | | provide event data for create event.
* Menu tests: Removed trigger option.Scott González2012-01-181-2/+1
|
* 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.
* 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
* | Menu: Fix focus handling to keep focus on the menu and prevent jumping ↵kborchers2011-12-152-3/+6
|/ | | | around within the menu on mousedown
* 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.
* 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-2222-22/+22
|
* 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 ↵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-0922-22/+22
|
* Tests: Change the input in the effects test to a text input. This fixes ↵kborchers2011-11-021-1/+1
| | | | failing tests in IE8 that could not focus the input.