aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/spinner/spinner_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-211/+0
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-091-2/+2
| | | | | Ref #10119 Ref gh-1528
* Spinner: Convert tests to new infrastructureScott González2015-04-091-5/+9
| | | | | Ref #10119 Ref gh-1528
* Spinner: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-8/+7
|
* Spinner: Minor typo in stepUp()'s testsTJ VanToll2014-03-301-1/+1
|
* Spinner: Add isValid method. Fixes #9542 - Spinner: Add isValid() methodJörn Zaefferer2013-09-131-0/+32
|
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Scott González2013-03-141-1/+3
| | | | | | | | | | 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-3/+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/+3
| | | | | | | | 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
* Spinner tests: Added test for widget() method.Scott González2012-08-261-0/+8
|
* Spinner tests: Don't pollute the global namespace with helpers.Scott González2012-04-191-5/+7
|
* Tests: Lint.Scott González2012-04-181-1/+1
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-29/+29
|
* Spinner: Fix step mismatches whenever stepping, paging or using the value ↵Scott González2011-09-141-12/+14
| | | | | | setter. Thanks Nate Ferrero
* Spinner: Removed value option. Don't change empty values to zero on init. ↵Scott González2011-08-131-10/+6
| | | | Don't enforce min/max on blur.
* Spinner tests: Removed IE 6 hack in destroy test.Scott González2011-08-071-0/+7
|
* Spinner tests: Fixed line endings.Scott González2011-08-071-159/+159
|
* Spinner tests: Cleanup.Scott González2011-08-071-124/+128
|
* Spinner tests: Cleanup.Scott González2011-08-061-4/+4
|
* Spinner: Changed default for numberformat to null. Fixed disabled option to ↵jzaefferer2010-10-261-60/+31
| | | | not prevent changing value via step and page methods. OVerhauled testsuite.
* Importing spinner unit testsjzaefferer2010-10-221-0/+184