aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/effects/effects.html
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix AMD loading in IE8Scott González2015-04-171-0/+1
| | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8.
* Tests: Rename filesScott González2015-04-091-1/+1
| | | | Ref gh-1528
* Effects: Convert tests to new infrastructureScott González2015-04-091-32/+2
| | | | | Ref #10119 Ref gh-1528
* Effects: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-0/+1
|
* Effects: RewriteMike Sherov2014-12-101-16/+35
| | | | | | | | | | | | | | | | | | 1. Introduces a set of helper methods to easily create and define new effects. 2. Uses clip animations and placeholders instead of wrappers for clip effects. 3. Ensures all animations are detectable as animated Fixes #10599 Fixes #9477 Fixes #9257 Fixes #9066 Fixes #8867 Fixes #8671 Fixes #8505 Fixes #7885 Fixes #7041 Closes gh-1017
* 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