aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/progressbar/progressbar_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-42/+0
| | | | Ref gh-1528
* Progressbar: Convert tests to new infrastructureScott González2015-04-091-4/+7
| | | | | Ref #10119 Ref gh-1528
* Progressbar: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-3/+3
|
* Tests: Fix missing wrappers in progressbar testsJörn Zaefferer2015-03-061-0/+4
|
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Scott González2013-03-141-0/+10
| | | | | | | | | | 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ález2013-03-141-10/+0
| | | | | | 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 Sherov2013-03-111-0/+10
| | | | | | | | 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
* Progress tests: Cleanup.Scott González2012-12-061-1/+1
|
* Progressbar tests: Added test for widget() method.Scott González2012-08-261-0/+8
|
* Progressbar tests: Cleanup.Scott González2012-05-251-31/+12
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-5/+5
|
* Progressbar: Modified value method to act as both a getter and setter. ↵Scott González2009-04-161-0/+9
| | | | Fixed #4427 - progressbar('value') returns a reference to this instead of the value.
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵Scott González2009-04-151-1/+4
| | | | factory should auto detect getters.
* progressbar unit tests: split tests into individual filesRichard Worth2009-02-041-2/+14
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+12
events, methods, options, tickets