aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/spinner/spinner_core.js
Commit message (Collapse)AuthorAgeFilesLines
* Spinner Tests: Fix IE test failures by removing timing dependencies from ↵Mike Sherov2013-04-011-4/+4
| | | | focus/blur tests.
* Spinner Tests: Fix IE test failures by accounting for the async nature of ↵Mike Sherov2013-03-311-0/+3
| | | | focus/blur.
* Spinner: Call _stop() on blur. Fixes #9112 - Spinner keeps changing after ↵Scott González2013-02-221-0/+27
| | | | losing focus.
* Spinner tests: Don't pollute the global namespace with helpers.Scott González2012-04-191-20/+22
|
* Tests: Lint.Scott González2012-04-181-3/+3
|
* Spinner: Fix step mismatches whenever stepping, paging or using the value ↵Scott González2011-09-141-6/+5
| | | | | | setter. Thanks Nate Ferrero
* Spinner: Default min and max options to null.Scott González2011-09-091-7/+13
|
* Spinner: Removed value option. Don't change empty values to zero on init. ↵Scott González2011-08-131-23/+19
| | | | Don't enforce min/max on blur.
* Spinner: Fixed precision when stepping.Scott González2011-08-121-0/+17
| | | | Thanks hughlomas
* Spinner: More tests. Don't trigger spin when programmatically stepping or ↵Scott González2011-08-071-0/+9
| | | | paging.
* Spinner: Added more tests.Scott González2011-08-071-51/+90
|
* Spinner tests: Removed IE 6 hack in destroy test.Scott González2011-08-071-11/+0
|
* Spinner tests: Fixed line endings.Scott González2011-08-071-151/+151
|
* Spinner tests: Cleanup.Scott González2011-08-061-144/+124
|
* Spinner: Ignore delta of 0 from triggered mousewheel event. Verifiedjzaefferer2011-02-261-2/+3
| | | | that mousewheel scrolling actually works fine in IE6.
* Spinner: Moved ARIA to input and fixed tests.Scott González2011-01-151-9/+8
|
* Slider: Some more refactoring and cleanupjzaefferer2010-10-261-6/+6
|
* Slider: Some more test suite improvementsjzaefferer2010-10-261-6/+2
|
* Spinner: Changed default for numberformat to null. Fixed disabled option to ↵jzaefferer2010-10-261-243/+61
| | | | not prevent changing value via step and page methods. OVerhauled testsuite.
* Importing spinner unit testsjzaefferer2010-10-221-0/+357