aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/spinner/spinner_events.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-263/+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-3/+7
| | | | | Ref #10119 Ref gh-1528
* Spinner: Don't change value when changing min/max optionsDavid Petersen2014-05-261-3/+3
| | | | | Fixes #9703 Closes gh-1252
* Spinner: Trigger start/spin/stop events when calling step/page methods. ↵Jörn Zaefferer2012-12-271-15/+15
| | | | Fixes #8901 - Spinner does not fire start/spin/stop events when calling stepUp()/Down(), pageUp()/Down() methods
* Spinner tests: Delay all the things to make IE happy. Maybe...Scott González2012-12-101-1/+1
|
* Spinner tests: Better handling of async focus in IE.Scott González2012-12-101-71/+100
|
* Spinner: Fix ghost log call in events unit test, never shows up in browser ↵Jörn Zaefferer2012-06-131-0/+1
| | | | for some reason
* Spinner: Handle async focus events in IE. Fixes incorrect detection of changes.Scott González2012-05-101-45/+51
|
* Spinner tests: Don't pollute the global namespace with helpers.Scott González2012-04-191-25/+27
|
* Spinner: Removed value option. Don't change empty values to zero on init. ↵Scott González2011-08-131-1/+5
| | | | Don't enforce min/max on blur.
* Spinner: More tests. Don't trigger spin when programmatically stepping or ↵Scott González2011-08-071-24/+191
| | | | paging.
* Spinner tests: Fixed line endings.Scott González2011-08-071-50/+50
|
* Spinner tests: Cleanup.Scott González2011-08-071-40/+25
|
* Spinner tests: Cleanup.Scott González2011-08-061-4/+4
|
* Spinner: Only trigger change when the field has blurred and the value has ↵Scott González2011-08-061-0/+1
| | | | changed.
* Slider: Some more test suite improvementsjzaefferer2010-10-261-1/+1
|
* Spinner: Changed default for numberformat to null. Fixed disabled option to ↵jzaefferer2010-10-261-12/+4
| | | | not prevent changing value via step and page methods. OVerhauled testsuite.
* Importing spinner unit testsjzaefferer2010-10-221-0/+72