aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/slider/slider_events.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-208/+0
| | | | Ref gh-1528
* Slider: Convert tests to new infrastructureScott González2015-04-091-2/+5
| | | | | Ref #10119 Ref gh-1528
* Slider: Fix handle order when setting values of range slider to maxAblay Keldibek2015-03-181-1/+17
| | | | | | | When both values are set to the maximum change them in descending order Fixes #9046 Closes gh-1502
* Slider: Pass handle index to eventsAblay Keldibek2015-03-121-0/+37
| | | | | | | | Added a `handleIndex` property to the event data which indicates the index of the handle being changed. Fixes #7630 Closes gh-1486
* Slider Tests: Remove pointless doc blocks.Scott González2013-06-041-3/+0
|
* Slider: Coding standards for testsDavid Petersen2013-02-071-39/+39
|
* Slider tests: Don't use QUnit.reset() or on().Scott González2012-11-161-8/+5
|
* Slider: when handles overlap, clicking and dragging will now pick the last ↵Juan Pablo Kaniefsky2012-11-161-0/+51
| | | | one that was moved. Fixed #3467 - Sliders Handles can overlap, only small sliver of slider is selectable
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Slider tests: Minor cleanup: added expect() calls, fixed left-over slider ↵Scott González2012-07-171-4/+2
| | | | that was appended to body.
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-11/+11
|
* Update to latest QUnit.jzaefferer2010-07-301-3/+3
|
* Slider tests: Split three different change-event tests into three tests, ↵jzaefferer2010-03-271-25/+33
| | | | adding start, slide and stop assertions to each, removing placeholders for those other events
* Slider: fixed change event to be triggered by keyup and value and values ↵Richard Worth2010-03-171-2/+2
| | | | option setters. Fixes #5367 - slider change event not triggered by keypress
* Slider unit tests: slider event changeRichard Worth2010-03-171-1/+23
|
* Slider unit tests: slider event changeRichard Worth2010-03-171-1/+56
|
* whitespaceRichard Worth2010-03-171-10/+10
|
* slider unit tests: created separate file for each module: core, common ↵Richard Worth2009-02-021-0/+24
widget, events, methods, options, tickets