Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -263/+0 |
| | | | | Ref gh-1528 | ||||
* | Tests: Widget test helpers extend the main helper | Scott González | 2015-04-09 | 1 | -2/+2 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Spinner: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -3/+7 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Spinner: Don't change value when changing min/max options | David Petersen | 2014-05-26 | 1 | -3/+3 |
| | | | | | Fixes #9703 Closes gh-1252 | ||||
* | Spinner: Trigger start/spin/stop events when calling step/page methods. ↵ | Jörn Zaefferer | 2012-12-27 | 1 | -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ález | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Spinner tests: Better handling of async focus in IE. | Scott González | 2012-12-10 | 1 | -71/+100 |
| | |||||
* | Spinner: Fix ghost log call in events unit test, never shows up in browser ↵ | Jörn Zaefferer | 2012-06-13 | 1 | -0/+1 |
| | | | | for some reason | ||||
* | Spinner: Handle async focus events in IE. Fixes incorrect detection of changes. | Scott González | 2012-05-10 | 1 | -45/+51 |
| | |||||
* | Spinner tests: Don't pollute the global namespace with helpers. | Scott González | 2012-04-19 | 1 | -25/+27 |
| | |||||
* | Spinner: Removed value option. Don't change empty values to zero on init. ↵ | Scott González | 2011-08-13 | 1 | -1/+5 |
| | | | | Don't enforce min/max on blur. | ||||
* | Spinner: More tests. Don't trigger spin when programmatically stepping or ↵ | Scott González | 2011-08-07 | 1 | -24/+191 |
| | | | | paging. | ||||
* | Spinner tests: Fixed line endings. | Scott González | 2011-08-07 | 1 | -50/+50 |
| | |||||
* | Spinner tests: Cleanup. | Scott González | 2011-08-07 | 1 | -40/+25 |
| | |||||
* | Spinner tests: Cleanup. | Scott González | 2011-08-06 | 1 | -4/+4 |
| | |||||
* | Spinner: Only trigger change when the field has blurred and the value has ↵ | Scott González | 2011-08-06 | 1 | -0/+1 |
| | | | | changed. | ||||
* | Slider: Some more test suite improvements | jzaefferer | 2010-10-26 | 1 | -1/+1 |
| | |||||
* | Spinner: Changed default for numberformat to null. Fixed disabled option to ↵ | jzaefferer | 2010-10-26 | 1 | -12/+4 |
| | | | | not prevent changing value via step and page methods. OVerhauled testsuite. | ||||
* | Importing spinner unit tests | jzaefferer | 2010-10-22 | 1 | -0/+72 |