aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Build: Add jQuery 1.12/2.2 to the test configurationMichał Gołębiowski2016-05-253-2/+8
| | | | 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
* Tests: Remove all qunit global excludes from jshint configAmanpreet Singh2016-04-141-14/+1
|
* Tests: Update common lib to use no globalsAmanpreet Singh2016-04-141-27/+29
|
* 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
* Resizable: Implement `setOption` for handlesKonstantin Dinev2016-03-301-0/+27
| | | | | Fixes #3423 Closes gh-1666
* Slider: Fixed max value miscalculationMukul Hase2016-03-301-1/+18
| | | | | Fixes #12852 Closes gh-1664
* Selectmenu: Prepend icon and move overflow to text spanAlexander Schmitz2016-03-301-1/+1
| | | | | Fixes #14938 Closes gh-1685
* Menu: Remove active class from top-level item when menu is blurredJörn Zaefferer2016-03-111-0/+30
| | | | | | | | | | | This issue was introduced by 0bbd1569182bc03e8dc4f5f8aa203e8edbe15f99, which reduced the use of ui-state-focus and ui-state-active to using only ui-state-focus. This introduced the issue addressed here. The fix is more of a workaround. With test test in place, we can investigate a better solution in the future. Fixes #14919
* Dialog: Remove use of `$.now()` in performance testScott González2016-03-031-4/+4
|
* Selectmenu: Fixed selectmenu icon float rightAlexander Schmitz2016-02-241-1/+5
| | | | | | | Also removes the icon space as its not needed with a floated icon Fixes #14914 Closes gh-1671
* Accordion: Correct height calculated when closedAlyosha Pushak2016-02-092-1/+34
| | | | | | Fixes #11938 Closes gh-1536 Closes gh-1616
* Draggable: Improve detection for when to blur the active elementScott González2016-02-091-1/+21
| | | | | | Fixes #12472 Fixes #14905 Closes gh-1548
* Datepicker: Fix flaky testScott González2016-02-091-4/+4
|
* Tooltip: Remove use of `$.parseJSON()`Scott González2016-01-181-2/+3
| | | | | | | Also fixes the module loading for the tooltip animations visual test. Fixes #14903 Closes gh-1665
* Build: Use jquery-git in place of jquery-compat-gitMichał Gołębiowski2015-11-143-3/+3
| | | | | | | jQuery Compat is not going to get released after all; jQuery UI should be tested against jquery-git instead of jquery-compat-git. Closes gh-1646
* Checkboxradio: Properly find radio groups from the associated formScott González2015-10-292-0/+26
| | | | | Fixes #9973 Closes gh-1631
* Button: Add tests for button with html markupJörn Zaefferer2015-10-293-0/+11
| | | | | Ref gh-1632 Ref jquery/api.jqueryui.com#281
* Dialog: Escape closeText option before passing it to buttonJörn Zaefferer2015-10-281-1/+6
| | | | | Ref gh-1632 Fixes jquery/api.jqueryui.com#281
* Checkboxradio: Fix error tests with jQuery 1.7.0Scott González2015-10-281-10/+16
|
* Controlgroup: Add compound test suite for all jQuery versionsScott González2015-10-281-0/+26
|
* Checkboxradio: Add compound test suite for all jQuery versionsScott González2015-10-281-0/+26
|
* Controlgroup: Test cleanupScott González2015-10-273-3/+4
|
* Checkboxradio: Test cleanupScott González2015-10-275-29/+42
|