aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/effects.js
Commit message (Collapse)AuthorAgeFilesLines
* Effects: add back support.shrinkWrapBlocks() for ie6Timmy Willison2016-01-061-15/+22
|
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-061-161/+195
| | | | This reverts commit 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278.
* Build: code style fixes after all those revertsOleg Gaidarenko2015-12-221-622/+639
|
* Revert "Effects: Reintroduce use of requestAnimationFrame"Oleg Gaidarenko2015-12-221-4/+0
| | | | This reverts commit 06a45406966ee8cde31c4f128d7ee68d727880c1.
* Revert "Effects: Improve raf logic"Oleg Gaidarenko2015-12-221-103/+0
| | | | This reverts commit 9dc29a2b130e6bbcdbcaf8fdc1433a41e6b7a585.
* Revert "CSS: Ignore the CSS cascade in show()/hide()/etc."Oleg Gaidarenko2015-12-221-1136/+954
| | | | This reverts commit 9df8bd205ab78308c34af70c934c42175e560e86.
* Tests: more style correctionsOleg Gaidarenko2015-09-081-2/+2
| | | | | | Provocated by jscs-dev/node-jscs@2de68c0 Ref c161eecce09fc66ce252d4adf64b565f726bb6d2
* Tests: further improvements QUnit 2.0 migrationOleg Gaidarenko2015-09-081-3/+3
| | | | | | | | | * Remove QUnit jshint globals * Extend QUnit.assert methods * Use assert.async instead of start/stop/done Ref b930d14ce64937e9478405eee2828d4da091d2cb Ref c8d15a2f9f108e90d3651c31e4abf45415a30fde
* Effects: Finish should call progressThomas Tortorini2015-09-081-4/+45
| | | | | | | (cherry-picked from 3dd3d1357d027a487559516fcdd9064cc792edab) Fixes gh-2283 Closes gh-2292
* Tests: Partially use new qunit interfaceOleg Gaidarenko2015-09-071-452/+452
| | | | | | | | | | | | | http://qunitjs.com/upgrade-guide-2.x/ For most of the boring work was used https://github.com/apsdehal/qunit-migrate package However, it can't update local qunit helpers, plus in some places old QUnit.asyncTest signature is still used Ref b930d14ce64937e9478405eee2828d4da091d2cb Fixes gh-2540
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-660/+679
| | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056
* Tests: don't use deprecated argument in test declarationOleg Gaidarenko2015-07-301-25/+75
| | | | Ref aabe94edb4880c75eeebc5b5b5d66a9ad17008fe
* Effects: Fix testsMichał Gołębiowski2015-06-281-1/+0
| | | | | Refs 6b10f9d7e9fb6d062d2bbda49196544cd059b05c Refs gh-2340
* Tests: Fix merge conflictCorey Frang2015-06-261-4/+0
| | | | | | Introduced in 6b10f9d7e9fb6d062d2bbda49196544cd059b05c originally. Had a rebase conflict that I fixed but forgot to ⌘-s. ☹
* Effects: Add tests for jQuery.TweenCorey Frang2015-06-261-1/+8
| | | | | | | Conflicts: src/selector-native.js test/index.html test/unit/effects.js
* Tests: fix tests in accordance with new :visible behaviorTimmy Willison2015-05-121-1/+1
|
* CSS: Ignore the CSS cascade in show()/hide()/etc.Richard Gibson2015-05-111-102/+178
| | | | | | | | | | | | | | | | Fixes gh-1767 Fixes gh-2071 Closes gh-2180 (cherry picked from commit 86419b10bfa5e3b71a7d416288ab806d47a31d1f) Conflicts: src/css.js src/css/defaultDisplay.js src/effects.js test/data/testsuite.css test/unit/css.js test/unit/effects.js
* Effects: add tests for jQuery.easing._default in Animation and TweenTimmy Willison2015-05-051-25/+80
| | | | Ref gh-2219
* Effects: set default easing using jQuery.easing._defaultTimmy Willison2015-05-051-15/+35
| | | | | Fixes gh-2219 Close gh-2218
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-081-96/+55
| | | | | | | | | | That includes IE<8, Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Fixes gh-1836 Fixes gh-1701 Refs gh-1815 Refs gh-1820
* Tests: Minor updates for QUnit 1.16 compatibilityRichard Gibson2014-12-051-10/+12
| | | | More to come later.
* Test: Switch leftover andSelf to addBackMichał Gołębiowski2014-10-301-1/+1
|
* Css: Fix the "sanity check" testMichał Gołębiowski2014-07-281-1/+1
| | | | | | | The #dl element has 0 height so it's now considered hidden regardless of its width. (cherry-picked from 995f70777ac6c0f988a44807ef1399e73937b2ee)
* Effects: Improve raf logicOleg Gaidarenko2014-06-161-0/+28
| | | | | | | | * Make animation behave as if jQuery.fx.off = true if document is hidden * Use cancelAnimationFrame in jQuery.fx.stop Ref 708764f47b0c8de152bbb444d0f608db558b76ed
* Effects: Reintroduce use of requestAnimationFrameOleg Gaidarenko2014-06-161-0/+4
| | | | | | | | | | | Same as before, just use don't use prefixes, since they pretty match useless now and use page visibility API to determine if animation should start. Also null the requestAnimationFrame attribute in window for tests since sinon does not provide fake method for it. Fixes #15147 Ref 72119e0023dcc0d9807caf6d988598b74abdc937
* Effects: Remove needless operations in testsOleg Gaidarenko2014-06-161-3/+0
| | | | Ref 10024c25820f08139f11d924cec552a26dfbba18
* Effects: Respect display value on inline elementsOleg Gaidarenko2014-04-301-0/+24
| | | | | | | | | | | | Take "olddisplay" value into the account Fixes #14824 Closes gh-1566 Ref 73fe17299a840a8a7f3ffffcac15e32a88bd3d66 (cherry-picked from c34dbf5a8d135e0f873ab7a76d1c8f8e316f31e4) Conflicts: src/effects.js
* Effects: Don't overwrite display:none when .hide()ing hidden elementsRichard Gibson2014-03-201-0/+13
| | | | | | | | | Fixes #14848 Closes gh-1548 (cherry picked from commit 890d441aa5d319e49951ba6f0ec719cd4cb96759) Conflicts: src/effects.js
* Ajax, Effects: Disable Chrome 31 workaroundsMichał Gołębiowski2014-03-101-19/+7
|
* Effects: Don't check fill-opacity in Android 2.3, it's not supportedMichał Gołębiowski2014-02-131-1/+6
| | | | (cherry-picked from 70ac4485f30633074696fa28ca29b0325459f228)
* Build: Upgrade QUnit to 1.14.0Michał Gołębiowski2014-02-051-1/+1
| | | | (cherry-picked from 95b21c6ec2790d0d051cdfe95d73148d7c385d68)
* Tests: Blacklist one effects test in Chrome 31Michał Gołębiowski2014-01-211-4/+17
| | | | | | | | Chrome 31 reports incorrect offsetWidth on a table cell with fixed width. This is fixed in Chrome 32 so let’s just skip the failing test in Chrome 31. See https://code.google.com/p/chromium/issues/detail?id=290399 (cherry-picked from c11becbb692f7707443eb2582543dfe96e8319e6)
* Tests: Fix another issue with sinon timersOleg2014-01-141-10/+1
|
* Tests: Fix sinon timers for oldIEOleg2014-01-131-3/+6
|
* Effects: First step() call should match :animated selectorDave Methvin2014-01-091-0/+15
| | | | | | | (cherry picked from commit 085814474e4a854d533b5ccbaef24c090081e0c4) Fixes #14623 Closes gh-1473
* Tests: Fix test broken by previous cherry-pickDave Methvin2014-01-091-3/+5
|
* Effects: Integrate sinon fake timers into testsJohn Paul2014-01-091-288/+204
| | | | | | (cherry picked from commit b407bddea2ae65200df0802bef7cf06c16b5e524) Closes gh-1377
* Tests: Avoid use of QUnit.reset() in tests by splitting themcjqed2014-01-031-3/+3
| | | | | Closes gh-1470 Ref #1457
* No ticket: Improve line-height animation test stabilityRichard Gibson2013-09-171-23/+31
|
* Ensure display: inline-block when animating width/height on inline elements. ↵Timmy Willison2013-09-101-3/+7
| | | | Fixes #14344.
* Fix #10814. Fix #14084. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-1/+1
|
* Fix #14318: Cherry-pick interrupted animation fix from master ↵Richard Gibson2013-08-301-7/+12
| | | | ea5c22ec12e6a548b1ec2d7b0dcd9f71bea8d5dd
* No ticket: improve line-height animation test robustnessRichard Gibson2013-08-261-11/+26
|
* Correct typos in the test assertionOleg2013-08-101-1/+1
|
* Fix test of #13855 for Opera 12.1 and IE10Oleg2013-08-101-5/+5
|
* Improve test stability for #13855 ticket. Close gh-1328.Oleg2013-08-081-11/+8
|
* Fix test for #13937 ticket. Close gh-1299Oleg2013-07-011-1/+5
| | | | (cherry picked from commit 308980ee2a5c85ba1600446d093edc921f9a71de)
* Fix #13937: Correctly scope .finish() following multi-element .animate(). ↵Richard Gibson2013-05-281-4/+30
| | | | Thanks @gnarf37. Close gh-1279.
* Fix #13939: Same-unit relative animationsRichard Gibson2013-05-261-0/+40
|
* Fix #13855: line-height animations. Close gh-1265.Richard Gibson2013-05-131-0/+38
| | | | (cherry picked from commit 3971c2ebb2e6729fe80bac4ee7b91bc02f26486f)