aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Collapse)AuthorAgeFilesLines
* Spinner: Only trigger change when the field has blurred and the value has ↵Scott González2011-08-061-0/+1
| | | | changed.
* Accordion tests: Cleanup.Scott González2011-08-066-11/+11
|
* Button: Adding quotes to the attribute selector for labels - Fixes #7534 - ↵Corey Frang2011-08-031-0/+6
| | | | Button label selector omits quotes / fails for ids with ":"
* Tests: Cleanup.Scott González2011-08-0310-103/+130
|
* Menu tests: Cleanup.Scott González2011-08-033-86/+88
|
* Tests: Cleanup.Scott González2011-08-0318-498/+476
|
* Autocomplete tests: Fixed handling of cached ajax requests in IE.Scott González2011-08-031-2/+3
|
* Accordion tests: cleanup.Scott González2011-08-033-64/+46
|
* Tests: Added test suites to run individual widget tests against all ↵Scott González2011-08-0222-2/+623
| | | | supported jQuery versions.
* Effects: Adding a check to retain focused elements after wrapping and ↵Corey Frang2011-08-021-0/+11
| | | | unwrapping in animations - Fixes #7595 - Wrapper-creating jquery-ui animations will discard any focus state during the animation - Thanks @rubyruy
* Tests: Modified testsuites.js into a subsuiteRunner extension for QUnit.Wesley Walser2011-08-024-77/+92
|
* Merge branch 'widget-delegation'Jörn Zaefferer2011-07-291-10/+43
|\
| * Widget delegation: Update menu to use _bind with delegation. Clean up test.Jörn Zaefferer2011-07-281-3/+2
| |
| * Merge branch 'master' into widget-delegationJörn Zaefferer2011-07-2841-92/+896
| |\
| * | Widget delegation: Fix impl and add basisc testJörn Zaefferer2011-06-191-0/+34
| | |
| * | Merge branch 'master' into widget-delegationJörn Zaefferer2011-06-1919-634/+1180
| |\ \
| * | | WhitespaceJörn Zaefferer2011-06-191-10/+10
| | | |
* | | | Tests: Fixed param parsing for compound test suites.Scott González2011-07-281-4/+8
| | | |
* | | | Slider tests: Commented out incomplete tests and fixed defaults.Scott González2011-07-283-13/+13
| | | |
* | | | Widget tests: Fixed fragile tests.Scott González2011-07-281-56/+44
| | | |
* | | | Tests: Added ability to run tests suites against different versions of ↵Scott González2011-07-2824-47/+63
| |_|/ |/| | | | | | | | jQuery core.
* | | Menu tests: Removed console.log() call.Scott González2011-07-261-1/+0
| | |
* | | Accordion tests: Fixed location of expect() call.Scott González2011-07-261-1/+1
| | |
* | | Tests: Created a composite test suite.Scott González2011-07-262-0/+127
| | |
* | | Merge remote branch 'kborchers/menu_home_end'Jörn Zaefferer2011-07-252-2/+462
|\ \ \
| * | | Menu: Added Home moves to first item and End moves to last item in currently ↵kborchers2011-07-252-2/+462
| | | | | | | | | | | | | | | | active menu or submenu. Also fixed PageUp and PageDown so that they don't wrap back around to other end of menu. Also fixed scrolling to use activeMenu rather than element to all. Also added unit tests for keyboard nav
* | | | Merge branch 'master' into core-1.6.1Scott González2011-07-2523-634/+1430
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js
| * | | Menu: Passed the original event that causes a blur through collapseAll to ↵kborchers2011-07-191-0/+21
| | | | | | | | | | | | | | | | blur, then trigger a blur on the menu. Fixes failing unit test provided by @rwaldron which has been included in this commit
| * | | Position: Add flip-classes. Fixes #5937 - Position: Add ability to determine ↵Benjamin Sterling2011-07-112-0/+176
| | | | | | | | | | | | | | | | if the element is flipped via css
| * | | Merge remote branch 'pgraham/master'Jörn Zaefferer2011-06-281-2/+12
| |\ \ \
| | * | | Updated guard against unparsed characters to allow extra characters as long ↵Philip Graham2011-06-281-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as they are separated from the date by whitespace. This maintains compatibility with timepicker extensions. Fixes #7244 - Datepicker: parseDate() does not throw an exception for long years
| * | | | Datepicker: Added onSelect.apply() call to _setDate method if onSelect is ↵marcneuwirth2011-06-281-0/+10
| | | | | | | | | | | | | | | | | | | | defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called
| * | | | Datepicker: Added onSelect.apply() call to _doKeyDown method when enter ↵marcneuwirth2011-06-281-0/+5
| |/ / / | | | | | | | | | | | | button pushed if onSelect is defined. Fixed #7124 - Datepicker: onSelect does not fire when enter button is pushed
| * | | Unit Tests: Fixing a typo in the new test for hide/show on hidden/shownCorey Frang2011-06-231-1/+1
| | | |
| * | | Effects.core: Check Visibility vs 'hide' and 'show' modes, finish ↵Corey Frang2011-06-231-0/+12
| | | | | | | | | | | | | | | | immediately if neccessary - Fixes #6715 - Hide and Show try to affect hidden and showing elements
| * | | Unit Tests: Adding a unit test to make sure .stop( true, true ) clears the ↵Corey Frang2011-06-231-0/+15
| | |/ | |/| | | | | | | inline styles when using animateClass - Fixed #3928 - Class-Animation: Please add a clearInlineStyle-Option
| * | Tests: Adding visual/unit tests for scale effect.gnarf2011-06-142-30/+107
| | |
| * | Accordion tests: Cleanup.Scott González2011-06-136-23/+63
| | |
| * | Autocomplete tests: Cleanup.Scott González2011-06-135-470/+405
| | |
| * | Accordion tests: Don't use deprecated assertion methods.Scott González2011-06-136-89/+89
| | |
| * | effects.core: Convert elements height/width to px and restore after ↵tomykaira2011-06-092-0/+26
| | | | | | | | | | | | animation in all effects. Fixed #5245 - Relative width elements break when wrapped for effects
| * | Merge remote branch 'davidmurdoch/ticket-5645'Jörn Zaefferer2011-06-093-29/+478
| |\ \
| | * | Fix visual test in IE6 and move the new helper functions for getting ↵David Murdoch2011-05-261-31/+6
| | | | | | | | | | | | | | | | scrollbar properties to $.position
| | * | updated tests to account for scrollbar width/heightDavid Murdoch2011-05-261-6/+31
| | | |
| | * | Removing unnecessary variables, caching 'within' in tests where its ↵David Murdoch2011-05-162-189/+75
| | | | | | | | | | | | | | | | beneficial, and making some other changes based on the code review
| | * | position now passes all tests! 0/David Murdoch2011-05-132-6/+5
| | | |
| | * | The qunit-fixture were preventing the results from being clicked. Make the ↵David Murdoch2011-05-122-10/+9
| | | | | | | | | | | | | | | | results appear on top of the qunit-fixture
| | * | Another whitespace fixDavid Murdoch2011-05-121-103/+103
| | | |
| | * | Add tests for position's `within`David Murdoch2011-05-122-19/+585
| | | |
| | * | Whitespace fixDavid Murdoch2011-05-121-1/+1
| | | |