aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/button/button_core.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-230/+0
| | | | Ref gh-1528
* Button: Convert tests to new infrastructureScott González2015-04-091-6/+5
| | | | | Ref #10119 Ref gh-1528
* Button: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-47/+53
|
* Tests: Fix style issues with missing or multiple line breaksJörn Zaefferer2015-01-241-1/+0
| | | | | As pointed out by jscs, after a esformatter run. The latter doesn't address these, so fixing them manually.
* Button: Ignore non-radio elements with the same nameTJ VanToll2014-01-281-0/+14
| | | | | Fixes #8761 Closes gh-1185
* Button unit tests: Make sure the test timeout runs after the ↵Jörn Zaefferer2013-11-251-1/+1
| | | | formResetHandler. Fixes unit tests in IE7.
* Test Suite: Remove Flaky Datepicker test, and correct more old jQuery test ↵Mike Sherov2013-04-141-1/+1
| | | | cases for old Opera and old Safari.
* Button: Remove ui-state-focus class when becoming disabled. Fixes #9169 - ↵Scott González2013-04-111-0/+13
| | | | Button: Disabled button maintains ui-state-focus in IE & Firefox on Windows.
* Button: On form reset only call refresh on current button widgets. Fixed ↵TJ VanToll2013-04-091-0/+24
| | | | #9213: Button: timeout in formResetHandler causing refresh to be called on non-widgets
* All: Use .addBack() instead of .andSelf().Scott González2012-12-141-1/+1
|
* Button tests: Handle async focus in IE.Scott González2012-12-101-2/+5
|
* Dev: Remove *_tickets.js test files and move the associated tests to the ↵Mike Sherov2012-12-071-0/+56
| | | | proper locations.
* Button tests: Work around a quirk in Opera.Scott González2012-11-291-2/+11
|
* Button tests: simulated clicks aren't perfect in oldIE and OperaMike Sherov2012-11-281-10/+15
|
* Button Tests: move aria-pressed test to correct moduleMike Sherov2012-11-261-0/+11
|
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-271-0/+6
|
* Don't use :radio selector.Scott González2012-05-211-3/+3
|
* Tests: Lint.Scott González2012-04-191-5/+6
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-12/+12
|
* Button: Added rtl detection so corner classes would properly be applied to ↵Doug Neiner2011-05-121-0/+14
| | | | buttonsets. Fixed #6796. jQueryui - buttonset on rtl
* Fixed #5362 - Buttonset class should be ui-buttonset because buttonset is ↵Richard Worth2010-03-171-1/+1
| | | | one word
* Button: Fixed tests that check for hidden button elements.Scott González2010-03-111-3/+3
|
* eol-style and mime-typeRichard Worth2010-01-201-70/+70
|
* Button: conform to coding standards.Scott González2010-01-181-2/+2
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-0/+70
menu; including menu static tests).