Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -349/+0 |
| | | | | Ref gh-1528 | ||||
* | Slider: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -4/+7 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Slider: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 1 | -12/+11 |
| | |||||
* | Slider: Fix max calculation, when step is float | Jyoti Deka | 2015-01-12 | 1 | -1/+13 |
| | | | | | Fixes #10721 Closes gh-1398 | ||||
* | Slider: Don't allow a slider's value to exceed its max | Jyoti Deka | 2014-10-08 | 1 | -3/+19 |
| | | | | | Fixes #9376 Closes gh-1016 | ||||
* | Slider: Reset positioning when orientation changes | Scott González | 2014-07-02 | 1 | -1/+3 |
| | | | | | Fixes #10105 Closes gh-1268 | ||||
* | Slider Tests: Remove pointless doc blocks. | Scott González | 2013-06-04 | 1 | -3/+0 |
| | |||||
* | Slider: Remove range div when changing range option to false. Fixes #9355 - ↵ | Scott González | 2013-06-03 | 1 | -1/+16 |
| | | | | Slider: Changing range option to false does not remove range div. | ||||
* | Widget tests: Use instance method. Also replace a few instances of $.data in ↵ | Jörn Zaefferer | 2013-03-19 | 1 | -2/+2 |
| | | | | widget implementations. | ||||
* | Slider tests: Use ui-slider not uiSlider for data key. | Scott González | 2013-03-02 | 1 | -3/+3 |
| | |||||
* | Slider tests: Don't use .on(). | Scott González | 2013-03-02 | 1 | -1/+1 |
| | |||||
* | Slider: Coding standards for tests | David Petersen | 2013-02-07 | 1 | -97/+93 |
| | |||||
* | Slider: allow range option to be changed. Fixed #5602 - Slider Does Not ↵ | David Petersen | 2013-02-05 | 1 | -0/+103 |
| | | | | Exhibit Proper Behavior When Switching Range | ||||
* | Slider: Add disabled tests and remove disabled prop from handles | David Petersen | 2013-02-04 | 1 | -0/+31 |
| | |||||
* | Tests: Convert single quotes to double quotes. | Mike Sherov | 2012-12-26 | 1 | -20/+20 |
| | |||||
* | Slider: Create clone of options.values during _create(). Fixed #8892 - ↵ | Dominic Barnes | 2012-12-18 | 1 | -3/+28 |
| | | | | Multiple Sliders have Conflict with options.values. | ||||
* | Slider tests: Fixed style checks for orientation test. | Scott González | 2012-07-17 | 1 | -3/+3 |
| | |||||
* | Slider tests: Minor cleanup: added expect() calls, fixed left-over slider ↵ | Scott González | 2012-07-17 | 1 | -1/+5 |
| | | | | that was appended to body. | ||||
* | Tests: Lint. | Scott González | 2012-04-18 | 1 | -5/+5 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -13/+13 |
| | |||||
* | Slider tests: Commented out incomplete tests and fixed defaults. | Scott González | 2011-07-28 | 1 | -9/+9 |
| | |||||
* | Tests: Fixed trailing commas. | Scott González | 2011-07-25 | 1 | -2/+2 |
| | |||||
* | Align slider value to step. Fixes #5471 - value not aligned to step when set ↵ | Richard D. Worth | 2010-04-01 | 1 | -4/+37 |
| | | | | programatically | ||||
* | Slider: Removing the placeholder for the animate-option, as we generally ↵ | jzaefferer | 2010-03-27 | 1 | -4/+0 |
| | | | | don't try to unit-test any animations | ||||
* | Slider: Test for test-option, setting the value with the value-method; ↵ | jzaefferer | 2010-03-27 | 1 | -1/+11 |
| | | | | either test is wrong or the implementation ignores the step-option when set programmatically | ||||
* | slider tests: fixing variable scopes | Jörn Zaefferer | 2009-09-15 | 1 | -0/+2 |
| | |||||
* | slider unit tests: created separate file for each module: core, common ↵ | Richard Worth | 2009-02-02 | 1 | -0/+105 |
widget, events, methods, options, tickets |