aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/slider/slider_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-116/+0
| | | | Ref gh-1528
* Slider: Convert tests to new infrastructureScott González2015-04-091-4/+7
| | | | | Ref #10119 Ref gh-1528
* Slider: Verify value constraint with a max that is a step mismatchAblay Keldibek2015-03-121-1/+11
| | | | | Ref #10078 Closes gh-1485
* Slider: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-12/+8
|
* Slider: Modified to allow value to reach max value with float stepAblay Keldibek2015-03-051-1/+11
| | | | | Fixes #11286 Closes gh-1465
* Slider Tests: Remove pointless doc blocks.Scott González2013-06-041-3/+0
|
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Scott González2013-03-141-1/+2
| | | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable: disabled should not have ui-state-disabled This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a.
* Revert "Widget: Stop setting ui-state-disabled and aria by default on ↵Scott González2013-03-141-2/+1
| | | | | | setting disabled option." This needs to wait for a major release. This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45.
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Mike Sherov2013-03-111-1/+2
| | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable : disabled should not have ui-state-disabled
* Slider: Coding standards for testsDavid Petersen2013-02-071-59/+59
|
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-261-43/+43
|
* Slider: factorize code with Widget method call. Fixed #8772 - Wrong slider ↵Samuel Bovée2012-11-211-4/+4
| | | | UI state when disabled at init
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Slider tests: Minor cleanup: added expect() calls, fixed left-over slider ↵Scott González2012-07-171-12/+7
| | | | that was appended to body.
* Tests: Lint.Scott González2012-04-181-6/+8
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-14/+14
|
* Slider tests: Commented out incomplete tests and fixed defaults.Scott González2011-07-281-3/+3
|
* Slider: Properly handle value and value methods as setters. Fixes #4881 - ↵Scott González2011-03-281-3/+3
| | | | Slider: value and values methods as setters aren't chainable.
* Widget: Throw errors when calling non-existent methods or methods on ↵Scott González2010-08-271-7/+1
| | | | uninistantiated widgets. Fixes #5972 - Widget: Throw error for non-existent method calls.
* slider unit tests: corrected some hasClass callsRichard Worth2010-03-171-8/+8
|
* Removed use of .data() for getting/setting options in tests; using each ↵Scott González2009-11-091-20/+2
| | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests.
* slider unit tests: method valueRichard Worth2009-09-191-1/+25
|
* slider: fixed disabled on init, methods enable and disableRichard Worth2009-09-191-2/+14
|
* slider tests: fixing variable scopesJörn Zaefferer2009-09-151-2/+2
|
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵Scott González2009-04-151-1/+11
| | | | factory should auto detect getters.
* slider unit tests: moved init and destroy tests to 'slider: methods' moduleRichard Worth2009-02-021-4/+60
|
* slider unit tests: created separate file for each module: core, common ↵Richard Worth2009-02-021-0/+24
widget, events, methods, options, tickets