aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/button/button_options.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-157/+0
| | | | Ref gh-1528
* Button: Convert tests to new infrastructureScott González2015-04-091-5/+5
| | | | | Ref #10119 Ref gh-1528
* Button: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-12/+10
|
* Button: WhitespaceScott González2014-04-211-7/+7
|
* Button: Remove `ui-state-active` when disabling buttonsDaniel DeGroff2014-04-211-0/+35
| | | | | Fixes #9602 Closes gh-1151
* Widget: Stop setting ui-state-disabled and aria by default on setting ↵Scott González2013-03-141-11/+18
| | | | | | | | | | 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-18/+11
| | | | | | 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-11/+18
| | | | | | | | 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
* Dev: Remove *_tickets.js test files and move the associated tests to the ↵Mike Sherov2012-12-071-0/+11
| | | | proper locations.
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-271-0/+9
|
* Button: Corrected default label applied to submit buttons. Fixed #8337: ↵TJ VanToll2012-05-221-0/+4
| | | | Submit inputs don't automatically set label option.
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-19/+19
|
* .attr() -> .prop()Scott González2011-06-081-6/+6
|
* Button: Read disabled attribute from original element if disabled option is ↵Scott González2010-08-181-0/+24
| | | | null. Fixes #5252 -Button: read disabled option from input elements.
* eol-style and mime-typeRichard Worth2010-01-201-69/+69
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-0/+69
menu; including menu static tests).