aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/checkboxradio
Commit message (Collapse)AuthorAgeFilesLines
* Checkboxradio: Use new `ui-state-checked` class in checkboxradioAlexander Schmitz2016-06-061-4/+4
| | | | | | | | Using `ui-state-highlight` caused a conflict with dialog Fixes #14955 Closes gh-1712 Closes gh-1704
* Checkboxradio: Shift to use no globalsAmanpreet Singh2016-04-144-91/+98
|
* Checkboxradio: Properly find radio groups from the associated formScott González2015-10-292-0/+26
| | | | | Fixes #9973 Closes gh-1631
* Checkboxradio: Fix error tests with jQuery 1.7.0Scott González2015-10-281-10/+16
|
* Checkboxradio: Add compound test suite for all jQuery versionsScott González2015-10-281-0/+26
|
* Checkboxradio: Test cleanupScott González2015-10-275-29/+42
|
* Checkboxradio: Add ui-state-highlight class to icon on createJörn Zaefferer2015-10-081-6/+16
| | | | | This was already toggled in _toggleClasses, but that isn't called on create.
* Checkboxradio: Fix label option tests by trimming DOM textJörn Zaefferer2015-10-081-10/+10
| | | | | IE8 is inconsistent in outputting space through .html() and .text() methods, but since it renders it correctly, we can just ignore it.
* Checkboxradio: Fix invalid markup in core testsJörn Zaefferer2015-10-081-1/+1
|
* Checkboxradio: Style updatesAlexander Schmitz2015-10-085-44/+44
|
* Spinner: Updates for new button widget and classes optionAlexander Schmitz2015-10-085-75/+5
|
* Checkboxradio: Initial commit of new widgetAlexander Schmitz2015-10-076-0/+592