aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/spinner/spinner_options.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-271/+0
| | | | Ref gh-1528
* Spinner: Convert tests to new infrastructureScott González2015-04-091-2/+7
| | | | | Ref #10119 Ref gh-1528
* Spinner: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-8/+12
|
* Theme: Carat should be named caretLisa Seacat DeLuca2014-11-031-4/+4
| | | | | Fixes #10683 Closes gh-1382
* Spinner: Update button icons when option changes. Fixes #8926 - Spinner: ↵Jörn Zaefferer2012-12-271-4/+11
| | | | Can't change icons option after init
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-4/+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
* Spinner: Introduce icons option to make button icons customizable, mostly ↵Jörn Zaefferer2012-07-121-0/+19
| | | | for consistency
* Spinner tests: Don't pollute the global namespace with helpers.Scott González2012-04-191-0/+2
|
* 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-18/+18
|
* Spinner: Allow strings for min, max, and step options, converting ↵Scott González2012-01-071-2/+48
| | | | immediately to numbers based on numberFormat and culture.
* Spinner: Handle changes to numberFormat and currency options.Scott González2011-11-161-0/+19
|
* Spinner: Simulate keyup at the end of incremental tests to stop the repeat ↵Scott González2011-10-101-0/+3
| | | | timer.
* Spinner: Added culture option.Scott González2011-09-281-0/+25
|
* Spinner: Fix step mismatches whenever stepping, paging or using the value ↵Scott González2011-09-141-2/+3
| | | | | | setter. Thanks Nate Ferrero
* Spinner: Added ability to specify custom incremental function.Scott González2011-09-091-38/+65
|
* Spinner: Removed value option. Don't change empty values to zero on init. ↵Scott González2011-08-131-32/+25
| | | | Don't enforce min/max on blur.
* Spinner tests: Fixed line endings.Scott González2011-08-071-122/+122
|
* Spinner tests: Cleanup.Scott González2011-08-071-83/+51
|
* Spinner tests: Cleanup.Scott González2011-08-061-4/+4
|
* Spinner: Changed casing of option numberformat -> numberFormat.Scott González2011-05-251-7/+7
|
* Spinner: Changed default for numberformat to null. Fixed disabled option to ↵jzaefferer2010-10-261-76/+43
| | | | not prevent changing value via step and page methods. OVerhauled testsuite.
* Spinner: Fix value option initalizationjzaefferer2010-10-251-7/+22
|
* Spinner: More cleanupjzaefferer2010-10-241-301/+2
|
* Spinner: Some code and test cleanupjzaefferer2010-10-241-11/+0
|
* Importing spinner unit testsjzaefferer2010-10-221-0/+482