Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -341/+0 |
| | | | | Ref gh-1528 | ||||
* | Effects: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -3/+22 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Effects: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 1 | -2/+3 |
| | |||||
* | Effects: Rewrite | Mike Sherov | 2014-12-10 | 1 | -25/+75 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | Test: Update effects_core test, since puff-effect and size-effect now have ↵ | Rafael Xavier de Souza | 2013-06-22 | 1 | -4/+1 |
| | | | | its own files | ||||
* | Effects: Handle the .hide/show/toggle( options ) signatures from core ↵ | Scott González | 2013-02-28 | 1 | -0/+18 |
| | | | | 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ález | 2013-02-26 | 1 | -0/+8 |
| | | | | 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 Core: make removeClass work correctly with changes jQuery 1.9.0. ↵ | David Petersen | 2013-01-29 | 1 | -0/+11 |
| | | | | Fixed #9015 - Inclusion of jQuery UI breaks removeClass | ||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -9/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests | ||||
* | Effects: Allow 'null' for options - Fixes #8670 - null reference when using ↵ | Corey Frang | 2012-10-21 | 1 | -0/+11 |
| | | | | effects - Closes gh-783 | ||||
* | Tests: Enable QUnit.config.requireExpects. | Scott González | 2012-06-27 | 1 | -0/+1 |
| | |||||
* | Effects tests: Convert step callback to a no-op after first call in ↵ | Scott González | 2012-06-25 | 1 | -6/+6 |
| | | | | animateClass test. | ||||
* | Tests: Remove the need to include the 'ui.' prefix in testJshint() now that ↵ | Scott González | 2012-06-15 | 1 | -1/+1 |
| | | | | effects use 'ui.'. | ||||
* | Effects tests: Fixed JSHint references. | Scott González | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | Effects tests: Added TODO for disabled test. | Scott González | 2012-04-30 | 1 | -1/+1 |
| | |||||
* | Effects Tests: Disabling focus based test - need some help here @scottgonzalez | Corey Frang | 2012-04-30 | 1 | -1/+2 |
| | |||||
* | Effects: Updating unit tests to use some more stable logic hopefully | Corey Frang | 2012-04-30 | 1 | -26/+67 |
| | |||||
* | Tests: Run JSHint. | Scott González | 2012-04-29 | 1 | -1/+7 |
| | |||||
* | Tests: Lint | Scott González | 2012-04-19 | 1 | -9/+8 |
| | |||||
* | Tests: Change the input in the effects test to a text input. This fixes ↵ | kborchers | 2011-11-02 | 1 | -1/+1 |
| | | | | failing tests in IE8 that could not focus the input. | ||||
* | Effects Core: Do not overwrite css or class changes that aren't animated ↵ | ddstreet | 2011-10-25 | 1 | -59/+77 |
| | | | | during class animation. Fixed #7106 - animateClass: css and class changes during animation are lost | ||||
* | Effects tests: Ignore leading/trailing whitespace when comparing style ↵ | Scott González | 2011-09-28 | 1 | -2/+2 |
| | | | | properties. | ||||
* | Effects: Adding a check to retain focused elements after wrapping and ↵ | Corey Frang | 2011-08-02 | 1 | -0/+11 |
| | | | | unwrapping in animations - Fixes #7595 - Wrapper-creating jquery-ui animations will discard any focus state during the animation - Thanks @rubyruy | ||||
* | Unit Tests: Fixing a typo in the new test for hide/show on hidden/shown | Corey Frang | 2011-06-23 | 1 | -1/+1 |
| | |||||
* | Effects.core: Check Visibility vs 'hide' and 'show' modes, finish ↵ | Corey Frang | 2011-06-23 | 1 | -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 Frang | 2011-06-23 | 1 | -0/+15 |
| | | | | inline styles when using animateClass - Fixed #3928 - Class-Animation: Please add a clearInlineStyle-Option | ||||
* | effects.core: Convert elements height/width to px and restore after ↵ | tomykaira | 2011-06-09 | 1 | -0/+15 |
| | | | | animation in all effects. Fixed #5245 - Relative width elements break when wrapped for effects | ||||
* | Unit Tests & effects.scale: Fixing bugs in effects unit tests - Particularly ↵ | gnarf | 2011-05-18 | 1 | -6/+7 |
| | | | | 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 ↵ | gnarf | 2011-05-16 | 1 | -15/+22 |
| | | | | numbers used for animation durations | ||||
* | Unit Tests: adding unit test for #7356 | gnarf | 2011-05-12 | 1 | -0/+20 |
| | |||||
* | Unit Tests: effects: adding some animateClass tests | gnarf | 2011-05-12 | 1 | -7/+44 |
| | |||||
* | Added some better queue order testing | gnarf | 2011-05-04 | 1 | -5/+23 |
| | |||||
* | Unit Tests: Adding some basic unit tests for effects.* modules | gnarf | 2011-05-01 | 1 | -4/+22 |
| | |||||
* | unit tests: updating unit test boilerplate for effects | gnarf | 2011-03-29 | 1 | -4/+4 |
| | |||||
* | unit tests: adding an empty effects unit test page | gnarf | 2011-03-29 | 1 | -0/+10 |