aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/effects
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Cleanup.Scott González2011-08-031-14/+11
|
* Tests: Added test suites to run individual widget tests against all ↵Scott González2011-08-022-2/+32
| | | | 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: Added ability to run tests suites against different versions of ↵Scott González2011-07-281-1/+1
| | | | jQuery core.
* Merge branch 'master' into core-1.6.1Scott González2011-07-253-23/+153
|\ | | | | | | | | | | | | | | | | 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
| * 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
| |
| * 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
* | Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|/
* Unit Tests & effects.scale: Fixing bugs in effects unit tests - Particularly ↵gnarf2011-05-182-6/+10
| | | | IE, found a bug in scale.js in the meantime. Fixes #7395 - Size based effects are breaking unit tests in IE - also leaking a global var
* Unit Tests: Cleaning up some code in effects unit tests, removing magic ↵gnarf2011-05-161-15/+22
| | | | numbers used for animation durations
* Unit Tests: adding unit test for #7356gnarf2011-05-121-0/+20
|
* Unit Tests: effects: adding some animateClass testsgnarf2011-05-122-8/+63
|
* Added some better queue order testinggnarf2011-05-041-5/+23
|
* Unit Tests: Adding some basic unit tests for effects.* modulesgnarf2011-05-012-9/+27
|
* unit tests: updating unit test boilerplate for effectsgnarf2011-03-292-32/+37
|
* unit tests: adding an empty effects unit test pagegnarf2011-03-292-0/+60