Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -116/+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: Verify value constraint with a max that is a step mismatch | Ablay Keldibek | 2015-03-12 | 1 | -1/+11 |
| | | | | | Ref #10078 Closes gh-1485 | ||||
* | Slider: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 1 | -12/+8 |
| | |||||
* | Slider: Modified to allow value to reach max value with float step | Ablay Keldibek | 2015-03-05 | 1 | -1/+11 |
| | | | | | Fixes #11286 Closes gh-1465 | ||||
* | Slider Tests: Remove pointless doc blocks. | Scott González | 2013-06-04 | 1 | -3/+0 |
| | |||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Scott González | 2013-03-14 | 1 | -1/+2 |
| | | | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable: disabled should not have ui-state-disabled This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a. | ||||
* | Revert "Widget: Stop setting ui-state-disabled and aria by default on ↵ | Scott González | 2013-03-14 | 1 | -2/+1 |
| | | | | | | setting disabled option." This needs to wait for a major release. This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45. | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Mike Sherov | 2013-03-11 | 1 | -1/+2 |
| | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable : disabled should not have ui-state-disabled | ||||
* | Slider: Coding standards for tests | David Petersen | 2013-02-07 | 1 | -59/+59 |
| | |||||
* | Tests: Convert single quotes to double quotes. | Mike Sherov | 2012-12-26 | 1 | -43/+43 |
| | |||||
* | Slider: factorize code with Widget method call. Fixed #8772 - Wrong slider ↵ | Samuel Bovée | 2012-11-21 | 1 | -4/+4 |
| | | | | UI state when disabled at init | ||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -12/+7 |
| | | | | that was appended to body. | ||||
* | Tests: Lint. | Scott González | 2012-04-18 | 1 | -6/+8 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -14/+14 |
| | |||||
* | Slider tests: Commented out incomplete tests and fixed defaults. | Scott González | 2011-07-28 | 1 | -3/+3 |
| | |||||
* | Slider: Properly handle value and value methods as setters. Fixes #4881 - ↵ | Scott González | 2011-03-28 | 1 | -3/+3 |
| | | | | Slider: value and values methods as setters aren't chainable. | ||||
* | Widget: Throw errors when calling non-existent methods or methods on ↵ | Scott González | 2010-08-27 | 1 | -7/+1 |
| | | | | uninistantiated widgets. Fixes #5972 - Widget: Throw error for non-existent method calls. | ||||
* | slider unit tests: corrected some hasClass calls | Richard Worth | 2010-03-17 | 1 | -8/+8 |
| | |||||
* | Removed use of .data() for getting/setting options in tests; using each ↵ | Scott González | 2009-11-09 | 1 | -20/+2 |
| | | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests. | ||||
* | slider unit tests: method value | Richard Worth | 2009-09-19 | 1 | -1/+25 |
| | |||||
* | slider: fixed disabled on init, methods enable and disable | Richard Worth | 2009-09-19 | 1 | -2/+14 |
| | |||||
* | slider tests: fixing variable scopes | Jörn Zaefferer | 2009-09-15 | 1 | -2/+2 |
| | |||||
* | Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵ | Scott González | 2009-04-15 | 1 | -1/+11 |
| | | | | factory should auto detect getters. | ||||
* | slider unit tests: moved init and destroy tests to 'slider: methods' module | Richard Worth | 2009-02-02 | 1 | -4/+60 |
| | |||||
* | slider unit tests: created separate file for each module: core, common ↵ | Richard Worth | 2009-02-02 | 1 | -0/+24 |
widget, events, methods, options, tickets |