Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resizable: Implement `setOption` for handles | Konstantin Dinev | 2016-03-30 | 1 | -0/+27 |
| | | | | | Fixes #3423 Closes gh-1666 | ||||
* | Slider: Fixed max value miscalculation | Mukul Hase | 2016-03-30 | 1 | -1/+18 |
| | | | | | Fixes #12852 Closes gh-1664 | ||||
* | Selectmenu: Prepend icon and move overflow to text span | Alexander Schmitz | 2016-03-30 | 1 | -1/+1 |
| | | | | | Fixes #14938 Closes gh-1685 | ||||
* | Menu: Remove active class from top-level item when menu is blurred | Jörn Zaefferer | 2016-03-11 | 1 | -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 test | Scott González | 2016-03-03 | 1 | -4/+4 |
| | |||||
* | Selectmenu: Fixed selectmenu icon float right | Alexander Schmitz | 2016-02-24 | 1 | -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 closed | Alyosha Pushak | 2016-02-09 | 2 | -1/+34 |
| | | | | | | Fixes #11938 Closes gh-1536 Closes gh-1616 | ||||
* | Draggable: Improve detection for when to blur the active element | Scott González | 2016-02-09 | 1 | -1/+21 |
| | | | | | | Fixes #12472 Fixes #14905 Closes gh-1548 | ||||
* | Datepicker: Fix flaky test | Scott González | 2016-02-09 | 1 | -4/+4 |
| | |||||
* | Tooltip: Remove use of `$.parseJSON()` | Scott González | 2016-01-18 | 1 | -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-git | Michał Gołębiowski | 2015-11-14 | 3 | -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 form | Scott González | 2015-10-29 | 2 | -0/+26 |
| | | | | | Fixes #9973 Closes gh-1631 | ||||
* | Button: Add tests for button with html markup | Jörn Zaefferer | 2015-10-29 | 3 | -0/+11 |
| | | | | | Ref gh-1632 Ref jquery/api.jqueryui.com#281 | ||||
* | Dialog: Escape closeText option before passing it to button | Jörn Zaefferer | 2015-10-28 | 1 | -1/+6 |
| | | | | | Ref gh-1632 Fixes jquery/api.jqueryui.com#281 | ||||
* | Checkboxradio: Fix error tests with jQuery 1.7.0 | Scott González | 2015-10-28 | 1 | -10/+16 |
| | |||||
* | Controlgroup: Add compound test suite for all jQuery versions | Scott González | 2015-10-28 | 1 | -0/+26 |
| | |||||
* | Checkboxradio: Add compound test suite for all jQuery versions | Scott González | 2015-10-28 | 1 | -0/+26 |
| | |||||
* | Controlgroup: Test cleanup | Scott González | 2015-10-27 | 3 | -3/+4 |
| | |||||
* | Checkboxradio: Test cleanup | Scott González | 2015-10-27 | 5 | -29/+42 |
| | |||||
* | Tests: Fix improper async sortable test | Leonardo Balter | 2015-10-27 | 1 | -1/+1 |
| | | | | | | | Caught when testing jQuery UI against the new QUnit version, where start throws an error if called with a non-numeric error. Closes gh-1630 | ||||
* | Draggable: Skip window bubbling test in IE 8 | Scott González | 2015-10-27 | 1 | -14/+20 |
| | | | | | | | | | IE 8 implements DOM Level 2 Events which only has events propagate up to the document, not the window. Ref #10818 Ref gh-1621 Closes gh-1627 | ||||
* | Tabs: Handle overly-precise values in tests in IE | Scott González | 2015-10-27 | 1 | -1/+4 |
| | | | | Closes gh-1628 | ||||
* | Selectmenu: Handle form resets | Jörn Zaefferer | 2015-10-27 | 2 | -2/+20 |
| | | | | | Fixes #12236 Ref gh-1550 | ||||
* | Controlgroup: Fix create and destroy for controlgroupLabel | Jörn Zaefferer | 2015-10-26 | 2 | -4/+13 |
| | | | | | | Creating the label broke while doing a refactoring, the lack of tests allowed that to go unnoticed. Shouldn't happen again with the extra tests, covering both controlgroupLabel and spinner. | ||||
* | Tests: Fix button space assertions on IE8 | Jörn Zaefferer | 2015-10-25 | 3 | -15/+15 |
| | | | | | IE8 still doesn't keep the space in the text (or HTML) representation. We don't really care, so adding more trims in these tests as well. | ||||
* | Draggable: Fix options tests | Jörn Zaefferer | 2015-10-25 | 2 | -12/+14 |
| | | | | | | | | These failed when running through tests/unit/all.html, due to the smaller iframe. Reducing a browser window enough triggered the same issue. Making the top offset much smaller fixes that. The rest is fixing bad indent and adds a missing module call. | ||||
* | Mouse: Don't stop propagation of mouseup | Hannah Methvin | 2015-10-18 | 1 | -0/+17 |
| | | | | Fixes #10818 | ||||
* | Slider: Add missing unit test cases for values method | Jyoti Deka | 2015-10-17 | 1 | -3/+49 |
| | | | | Closes gh-1573 | ||||
* | Autocomplete: Whitespace | Scott González | 2015-10-16 | 1 | -2/+2 |
| | |||||
* | Autocomplete: Close the menu on any outside interactions | Scott González | 2015-10-16 | 1 | -0/+24 |
| | | | | | | | | | This ensures that the menu will close if the user interacts with a draggable, resizable, etc. element since those interactions don't change focus. Ref #6642 Closes gh-1614 | ||||
* | Checkboxradio: Add ui-state-highlight class to icon on create | Jörn Zaefferer | 2015-10-08 | 1 | -6/+16 |
| | | | | | This was already toggled in _toggleClasses, but that isn't called on create. | ||||
* | Controlgroup: Fix refresh method tests by adding text content to button | Jörn Zaefferer | 2015-10-08 | 1 | -2/+2 |
| | | | | | In IE8, the empty elements cause issues. Adding text content makes sense, since empty elements are useless. | ||||
* | Button: Can't test for " " in IE8, just make sure the element exists | Jörn Zaefferer | 2015-10-08 | 1 | -2/+2 |
| | |||||
* | Checkboxradio: Fix label option tests by trimming DOM text | Jörn Zaefferer | 2015-10-08 | 1 | -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 tests | Jörn Zaefferer | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | Controlgroup: Fix css reference in unit tests | Jörn Zaefferer | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | Tests: Prevent default on anchor click to avoid navigation | Jörn Zaefferer | 2015-10-08 | 1 | -1/+2 |
| | |||||
* | Controlgroup: Rename excludeInvisible to onlyVisible | Jörn Zaefferer | 2015-10-08 | 3 | -9/+9 |
| | | | | Gets rid of the double negative. | ||||
* | Dialog: address review comments | Alexander Schmitz | 2015-10-08 | 1 | -4/+4 |
| | |||||
* | Selectmenu: Address review comments | Alexander Schmitz | 2015-10-08 | 2 | -4/+2 |
| | |||||
* | Checkboxradio: Address review comments | Alexander Schmitz | 2015-10-08 | 1 | -1/+1 |
| | |||||
* | Button: address review comments | Alexander Schmitz | 2015-10-08 | 2 | -88/+0 |
| | |||||
* | Controlgroup: Style updates | Alexander Schmitz | 2015-10-08 | 4 | -28/+28 |
| | |||||
* | Checkboxradio: Style updates | Alexander Schmitz | 2015-10-08 | 5 | -44/+44 |
| | |||||
* | Controlgroup: fixup for spinner and label | Alexander Schmitz | 2015-10-08 | 1 | -1/+3 |
| | |||||
* | Controlgroup: Add missing entry to demos bootstrap | Alexander Schmitz | 2015-10-08 | 5 | -93/+16 |
| | |||||
* | Spinner: Updates for new button widget and classes option | Alexander Schmitz | 2015-10-08 | 8 | -77/+8 |
| | |||||
* | Selectmenu: update to use button css | Alexander Schmitz | 2015-10-07 | 3 | -14/+15 |
| | | | | This ensures consistency between different form elements | ||||
* | Dialog: Updating dialog and tests for new button API | Alexander Schmitz | 2015-10-07 | 1 | -10/+8 |
| | |||||
* | Controlgroup: Inital commit of new widget | Alexander Schmitz | 2015-10-07 | 7 | -0/+470 |
| | | | | This widget replaces the buttonset widget |