aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/effects/effects.html
Commit message (Collapse)AuthorAgeFilesLines
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-221-1/+1
| | | | Fixes #10563
* Build: Reorganize external directoryScott González2014-06-241-2/+2
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* Tests: Update to sane QUnit markupJörn Zaefferer2014-02-201-5/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-16/+16
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Test: Update effects_core test, since puff-effect and size-effect now have ↵Rafael Xavier de Souza2013-06-221-0/+2
| | | | its own files
* Effects: Handle the .hide/show/toggle( options ) signatures from core ↵Scott González2013-02-281-0/+2
| | | | properly. Fixes #9126 - .show()/.hide() do not support all of core's options.
* Effects: Delegate to core show/hide when the element is already in the ↵Scott González2013-02-261-1/+3
| | | | correct final state. This forces the element to go through the olddisplay tracking and forces styles on elements even if they're hidden via an ancestor. Fixes #9120 - Effects: .hide() inconsistent with core with a hidden parent.
* Effects: Remove deprecated $.effects[]. Fixes #7115 - Effects: Remove ↵Jörn Zaefferer2012-10-251-3/+0
| | | | support for effects in $.effects[].
* Effects: Renamed all files.Scott González2012-06-151-14/+14
|
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-6/+5
|
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-14/+21
|
* Effects Core: Do not overwrite css or class changes that aren't animated ↵ddstreet2011-10-251-0/+10
| | | | during class animation. Fixed #7106 - animateClass: css and class changes during animation are lost
* Tests: Cleanup.Scott González2011-08-031-14/+11
|
* Tests: Added test suites to run individual widget tests against all ↵Scott González2011-08-021-2/+2
| | | | supported jQuery versions.
* 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-251-23/+50
|\ | | | | | | | | | | | | | | | | 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
| * Tests: Adding visual/unit tests for scale effect.gnarf2011-06-141-30/+46
| |
| * effects.core: Convert elements height/width to px and restore after ↵tomykaira2011-06-091-0/+11
| | | | | | | | 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-181-0/+3
| | | | 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: effects: adding some animateClass testsgnarf2011-05-121-1/+19
|
* Unit Tests: Adding some basic unit tests for effects.* modulesgnarf2011-05-011-5/+5
|
* unit tests: updating unit test boilerplate for effectsgnarf2011-03-291-28/+33
|
* unit tests: adding an empty effects unit test pagegnarf2011-03-291-0/+50