Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -208/+0 |
| | | | | Ref gh-1528 | ||||
* | Slider: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -2/+5 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Slider: Fix handle order when setting values of range slider to max | Ablay Keldibek | 2015-03-18 | 1 | -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 events | Ablay Keldibek | 2015-03-12 | 1 | -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ález | 2013-06-04 | 1 | -3/+0 |
| | |||||
* | Slider: Coding standards for tests | David Petersen | 2013-02-07 | 1 | -39/+39 |
| | |||||
* | Slider tests: Don't use QUnit.reset() or on(). | Scott González | 2012-11-16 | 1 | -8/+5 |
| | |||||
* | Slider: when handles overlap, clicking and dragging will now pick the last ↵ | Juan Pablo Kaniefsky | 2012-11-16 | 1 | -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 Sherov | 2012-10-23 | 1 | -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ález | 2012-07-17 | 1 | -4/+2 |
| | | | | that was appended to body. | ||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -11/+11 |
| | |||||
* | Update to latest QUnit. | jzaefferer | 2010-07-30 | 1 | -3/+3 |
| | |||||
* | Slider tests: Split three different change-event tests into three tests, ↵ | jzaefferer | 2010-03-27 | 1 | -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 Worth | 2010-03-17 | 1 | -2/+2 |
| | | | | option setters. Fixes #5367 - slider change event not triggered by keypress | ||||
* | Slider unit tests: slider event change | Richard Worth | 2010-03-17 | 1 | -1/+23 |
| | |||||
* | Slider unit tests: slider event change | Richard Worth | 2010-03-17 | 1 | -1/+56 |
| | |||||
* | whitespace | Richard Worth | 2010-03-17 | 1 | -10/+10 |
| | |||||
* | slider unit tests: created separate file for each module: core, common ↵ | Richard Worth | 2009-02-02 | 1 | -0/+24 |
widget, events, methods, options, tickets |