aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/slider/slider_options.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-349/+0
| | | | Ref gh-1528
* Slider: Convert tests to new infrastructureScott González2015-04-091-4/+7
| | | | | Ref #10119 Ref gh-1528
* Slider: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-12/+11
|
* Slider: Fix max calculation, when step is floatJyoti Deka2015-01-121-1/+13
| | | | | Fixes #10721 Closes gh-1398
* Slider: Don't allow a slider's value to exceed its maxJyoti Deka2014-10-081-3/+19
| | | | | Fixes #9376 Closes gh-1016
* Slider: Reset positioning when orientation changesScott González2014-07-021-1/+3
| | | | | Fixes #10105 Closes gh-1268
* Slider Tests: Remove pointless doc blocks.Scott González2013-06-041-3/+0
|
* Slider: Remove range div when changing range option to false. Fixes #9355 - ↵Scott González2013-06-031-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 Zaefferer2013-03-191-2/+2
| | | | widget implementations.
* Slider tests: Use ui-slider not uiSlider for data key.Scott González2013-03-021-3/+3
|
* Slider tests: Don't use .on().Scott González2013-03-021-1/+1
|
* Slider: Coding standards for testsDavid Petersen2013-02-071-97/+93
|
* Slider: allow range option to be changed. Fixed #5602 - Slider Does Not ↵David Petersen2013-02-051-0/+103
| | | | Exhibit Proper Behavior When Switching Range
* Slider: Add disabled tests and remove disabled prop from handlesDavid Petersen2013-02-041-0/+31
|
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-261-20/+20
|
* Slider: Create clone of options.values during _create(). Fixed #8892 - ↵Dominic Barnes2012-12-181-3/+28
| | | | Multiple Sliders have Conflict with options.values.
* Slider tests: Fixed style checks for orientation test.Scott González2012-07-171-3/+3
|
* Slider tests: Minor cleanup: added expect() calls, fixed left-over slider ↵Scott González2012-07-171-1/+5
| | | | that was appended to body.
* Tests: Lint.Scott González2012-04-181-5/+5
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-13/+13
|
* Slider tests: Commented out incomplete tests and fixed defaults.Scott González2011-07-281-9/+9
|
* Tests: Fixed trailing commas.Scott González2011-07-251-2/+2
|
* Align slider value to step. Fixes #5471 - value not aligned to step when set ↵Richard D. Worth2010-04-011-4/+37
| | | | programatically
* Slider: Removing the placeholder for the animate-option, as we generally ↵jzaefferer2010-03-271-4/+0
| | | | don't try to unit-test any animations
* Slider: Test for test-option, setting the value with the value-method; ↵jzaefferer2010-03-271-1/+11
| | | | either test is wrong or the implementation ignores the step-option when set programmatically
* slider tests: fixing variable scopesJörn Zaefferer2009-09-151-0/+2
|
* slider unit tests: created separate file for each module: core, common ↵Richard Worth2009-02-021-0/+105
widget, events, methods, options, tickets