aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
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
| * Controlgroup: Fix rendering of labelsAlexander Schmitz2016-05-263-6/+15
| | | | | | | | | | Fixes #14967 Closes gh-1703
| * Controlgroup: Fix issues with compatibility with spinnerAlexander Schmitz2016-05-264-15/+24
| | | | | | | | Fixes #14966
| * Controlgroup: Don't remove existing classes classesAlexander Schmitz2016-05-263-0/+69
| | | | | | | | | | | | unless its a corner class Fixes #14960
| * Build: Add jQuery 1.12/2.2 to the test configurationMichał Gołębiowski2016-05-251-0/+4
| | | | | | | | Ref gh-1706
| * Focusable: Detect disabled fieldsetsScott González2016-05-252-2/+15
| | | | | | | | | | Fixes #14970 Closes gh-1705
| * Tabs: Fix testScott González2016-05-251-2/+2
| |
| * Tooltip: Fix re-enabling of delegated tooltipsScott González2016-04-211-0/+14
| | | | | | | | | | Fixes #14950 Closes gh-1699
| * Widget: Shift to use no globalsAmanpreet Singh2016-04-144-445/+457
| |
| * Tooltip: Shift to use no globalsAmanpreet Singh2016-04-145-167/+177
| |
| * Tabs: Shift to use no globalsAmanpreet Singh2016-04-145-700/+712
| |
| * Spinner: Shift to use no globalsAmanpreet Singh2016-04-145-250/+257
| |
| * Sortable: Shift to use no globalsAmanpreet Singh2016-04-145-199/+204
| |
| * Slider: Shift to use no globalsAmanpreet Singh2016-04-144-213/+217
| |
| * Selectmenu: Shift to use no globalsAmanpreet Singh2016-04-144-184/+200
| |
| * Selectable: Shift to use no globalsAmanpreet Singh2016-04-143-51/+54
| |
| * Resizeable: Shift to use no globalsAmanpreet Singh2016-04-145-301/+306
| |
| * Progressbar: Shift to use no globalsAmanpreet Singh2016-04-145-81/+85
| |
| * Position: Shift to use no globalsAmanpreet Singh2016-04-141-118/+119
| |
| * Menu: Shift to use no globalsAmanpreet Singh2016-04-144-218/+239
| |
| * Form: Shift form-reset-mixin to use no globalsAmanpreet Singh2016-04-141-19/+23
| |
| * Effects: Shift to use no globalsAmanpreet Singh2016-04-142-108/+125
| |
| * Droppable: Shift to use no globalsAmanpreet Singh2016-04-145-74/+79
| |
| * Draggable: Shift to use no globalsAmanpreet Singh2016-04-146-418/+427
| |
| * Dialog: Shift to use no globalsAmanpreet Singh2016-04-146-431/+454
| |
| * Datepicker: Shift to use no globalsAmanpreet Singh2016-04-145-612/+620
| |
| * Core: Shift to no globalsAmanpreet Singh2016-04-142-217/+220
| |
| * Controlgroup: Shift to use no globalsAmanpreet Singh2016-04-143-43/+46
| |
| * Checkboxradio: Shift to use no globalsAmanpreet Singh2016-04-144-91/+98
| |
| * Autocomplete: Shift to use no globalsAmanpreet Singh2016-04-144-258/+278
| |
| * Button: Shift to no globalsAmanpreet Singh2016-04-145-139/+146
| |
| * Accordion: Shift to use no globalsAmanpreet Singh2016-04-145-349/+361
| |
| * Menu: Don't reset active element until after triggering `blur` eventScott González2016-04-131-6/+10
| | | | | | | | | | | | | | This ensures that `ui.item` actually exists in the `blur` event. Fixes #14945 Closes gh-1696
* | Calendar tests: use dateEqual assert instead of timestamp compareFelix Nagel2016-11-041-3/+3
| | | | | | | | Fix travis unit test issue due to timezone difference.
* | Calendar: Clear value if an invalid min / max option value was givenFelix Nagel2016-10-251-1/+9
| |
* | Calendar: Clear value if an invalid input was givenFelix Nagel2016-10-122-14/+14
| |
* | Calendar: Use name space for timestamp data attributeFelix Nagel2016-10-123-7/+11
| |
* | Calendar tests: Use assert.expect instead of global expectFelix Nagel2016-10-128-74/+74
| |
* | Calendar tests: Simplify timeout stepsFelix Nagel2016-10-121-19/+13
| |
* | Calendar: Add change eventFelix Nagel2016-10-124-1/+68
| |
* | Datepicker: Add min / max option testsFelix Nagel2016-10-121-0/+39
| |
* | Calendar tests: Add basic value option testsFelix Nagel2016-10-121-0/+15
| |
* | Calendar tests: Use setup and teardown methodsFelix Nagel2016-10-124-270/+281
| |
* | Datepicker tests: Use setup and teardown methods, remove helper fileFelix Nagel2016-10-116-294/+277
| |
* | Calendar tests: Add dateEqual assertion, clean up helper methodsFelix Nagel2016-10-057-81/+49
| |
* | Calendar tests: Add select event unit testsFelix Nagel2016-09-291-0/+61
| |
* | Datepicker: Make use of Calendar widget icons optionFelix Nagel2016-09-291-1/+11
| | | | | | | | Fix missing classes options defaults in tests.
* | Calendar: Add icons option supportFelix Nagel2016-09-291-0/+4
| |
* | Calendar: Use classes option for non performance critical renderingFelix Nagel2016-09-291-1/+7
| |
* | Datepicker: Always focus calendar grid when openingFelix Nagel2016-09-281-2/+2
| | | | | | | | Remove arrow down key requirement.