Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Checkboxradio: Initial commit of new widget | Alexander Schmitz | 2015-10-07 | 10 | -0/+663 |
| | |||||
* | Button: Initial commit of button re-factor | Alexander Schmitz | 2015-10-07 | 10 | -454/+439 |
| | | | | | | Move to using element stats rather then js class states remove ui-button-text spans. Removed button set | ||||
* | Tests: Allow widgets to not have a default element | Alexander Schmitz | 2015-10-07 | 1 | -1/+3 |
| | |||||
* | Tests: Fix jshint includes for datepicker and effects | Jörn Zaefferer | 2015-10-01 | 2 | -2/+2 |
| | |||||
* | Tests: Use demo bootstrap for visual tests | Jörn Zaefferer | 2015-09-30 | 33 | -475/+227 |
| | | | | | | Adds a data-composite option and fixes paths for effects. Otherwise just applies the same conversion as already applied to demos, sometimes moving a <style> element to the right place. | ||||
* | Focusable: Fix handling of `visibility: inherit` | Scott González | 2015-09-29 | 2 | -3/+20 |
| | | | | | | Ref #14596 Ref gh-1583 Closes gh-1605 | ||||
* | Tabs: Adjust handling of disabled option, using _setOptionDisabled | Jörn Zaefferer | 2015-09-25 | 1 | -1/+1 |
| | | | | | | | | Tabs support multiple values to disable individual tabs. Only add the ui-tabs-disabled class when all tabs are disabled. Ref #9151 Closes gh-1599 | ||||
* | Widget: Call `._setOptionDisabled()` on init if the widget is disabled | Scott González | 2015-09-25 | 1 | -0/+33 |
| | | | | | Fixes #9151 Ref gh-1599 | ||||
* | Core: Remove ancestor visibility requirement from `:focusable` selector | Weston Ruter | 2015-09-24 | 2 | -2/+13 |
| | | | | | | | | * Check computed visibility in addition to :visible * Add tests for nested visibility override Fixes #14596 Closes gh-1583 | ||||
* | All: Delegate to base `_getCreateOptions()`. | Scott González | 2015-09-17 | 1 | -1/+4 |
| | | | | | | | Ensures that any extensions to the base widget will be handled properly by individual widgets. Closes gh-1598 | ||||
* | Datepicker: Fix tests on TestSwarm by requiring $.ui.ie in the test | Jörn Zaefferer | 2015-09-17 | 1 | -1/+2 |
| | | | | | The check that checks for IE wouldn't match since $.ui.ie was extracted to its own file. | ||||
* | Build: Style updates | Alexander Schmitz | 2015-09-11 | 1 | -1/+1 |
| | | | | Ref #14246 | ||||
* | FormRestMixin: Style updates | Alexander Schmitz | 2015-09-11 | 1 | -4/+4 |
| | | | | Ref #14246 | ||||
* | Position: Style updates | Alexander Schmitz | 2015-09-11 | 1 | -141/+141 |
| | | | | Ref #14246 | ||||
* | Effects: Style updates | Alexander Schmitz | 2015-09-11 | 3 | -88/+89 |
| | | | | Ref #14246 | ||||
* | Widget: Style updates | Alexander Schmitz | 2015-09-11 | 4 | -298/+305 |
| | | | | Ref #14246 | ||||
* | Datepicker: Style updates | Alexander Schmitz | 2015-09-11 | 4 | -1164/+1207 |
| | | | | Ref #14246 | ||||
* | Dialog: Style updates | Alexander Schmitz | 2015-09-11 | 8 | -681/+687 |
| | | | | Ref #14246 | ||||
* | Draggable: Style updates | Alexander Schmitz | 2015-09-11 | 6 | -367/+378 |
| | | | | Ref #14246 | ||||
* | Droppable: Style updates | Alexander Schmitz | 2015-09-11 | 7 | -87/+89 |
| | | | | Ref #14246 | ||||
* | Menu: Style updates | Alexander Schmitz | 2015-09-11 | 5 | -134/+136 |
| | | | | Ref #14246 | ||||
* | Progressbar: Style updates | Alexander Schmitz | 2015-09-11 | 5 | -39/+39 |
| | | | | Ref #14246 | ||||
* | Resizable: Style updates | Alexander Schmitz | 2015-09-11 | 6 | -330/+328 |
| | | | | Ref #14246 | ||||
* | Selectable: Style updates | Alexander Schmitz | 2015-09-11 | 4 | -88/+88 |
| | | | | Ref #14246 | ||||
* | Slider: Style updates | Alexander Schmitz | 2015-09-11 | 5 | -153/+155 |
| | | | | Ref #14246 | ||||
* | Sortable: Style updates | Alexander Schmitz | 2015-09-11 | 6 | -254/+255 |
| | | | | Ref #14246 | ||||
* | Spinner: Style updates | Alexander Schmitz | 2015-09-11 | 6 | -134/+134 |
| | | | | Ref #14246 | ||||
* | Tabs: Style updates | Alexander Schmitz | 2015-09-11 | 6 | -164/+180 |
| | | | | Ref #14246 | ||||
* | Tooltip: Style updates | Alexander Schmitz | 2015-09-11 | 7 | -109/+114 |
| | | | | Ref #14246 | ||||
* | Selectmenu: Style updates | Alexander Schmitz | 2015-09-11 | 5 | -88/+88 |
| | | | | Ref #14246 |