Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Stop relying on jquery-patch.js internally, add tests | Michał Gołębiowski-Owczarek | 2024-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Avoid relying on jQuery patches. Instead: * use `CSS.escape` instead of `jQuery.escapeSelector` * use `.filter()` with a proper handler instead of `.even()` Keep `jquery-patch.js` for backwards compatibility, though. Also, add tests for jquery-patch. Ref gh-2249 | ||||
* | All: Drop support for IE & some other browsers (but mostly IE) | Michał Gołębiowski-Owczarek | 2024-05-15 | 1 | -36/+7 |
| | | | | Closes gh-2249 | ||||
* | Docs: Change a few most common domains from HTTP to HTTPS | Michał Gołębiowski-Owczarek | 2024-04-26 | 1 | -4/+4 |
| | | | | | Also, update a few stale URLs to what they redirect now to. Closes gh-2244 | ||||
* | Selectmenu: Fix selecting options following hidden ones | Michał Gołębiowski-Owczarek | 2023-05-10 | 1 | -5/+7 |
| | | | | | | | | | | | Change a2b25ef6caae3e1a272214839b815a6387618124 made options with the `hidden` attribute skipped when rendering. However, that makes indexes misaligned with native options as hidden ones maintain their index values. Instead, don't skip hidden options but add the `hidden` attribute to the respective jQuery UI elements as well. Fixes gh-2082 Closes gh-2144 Ref a2b25ef6caae3e1a272214839b815a6387618124 | ||||
* | All: Update JS Foundation mentions to OpenJS Foundation | Michał Gołębiowski-Owczarek | 2022-07-19 | 1 | -1/+1 |
| | | | Closes gh-2104 | ||||
* | Selectmenu: Remove a call to the deprecated .focus() method | James Hinderks | 2022-07-14 | 1 | -1/+1 |
| | | | | | | Replaces a call to the deprecated jQuery `.focus()` method with `.trigger("focus")`. Closes gh-2053 | ||||
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 1 | -4/+7 |
| | | | | | Fixes #15393 Closes gh-1958 | ||||
* | All: Drop $.ui.escapeSelector in favor of $.escapeSelector | Michał Gołębiowski-Owczarek | 2021-05-14 | 1 | -2/+1 |
| | | | | Fixes #14991 Closes gh-1957 | ||||
* | All: Resolve most jQuery Migrate warnings | Michał Gołębiowski-Owczarek | 2020-05-16 | 1 | -1/+1 |
| | | | Closes gh-1919 | ||||
* | Selectmenu: Don't render options with the `hidden` attribute | Scott González | 2016-11-16 | 1 | -0/+4 |
| | | | | Fixes #15098 | ||||
* | Selectmenu: Disable maxLineLength for description meta | Alexander Schmitz | 2016-04-13 | 1 | -0/+2 |
| | | | | Ref gh-1690 | ||||
* | Selectmenu: Prepend icon and move overflow to text span | Alexander Schmitz | 2016-03-30 | 1 | -3/+2 |
| | | | | | Fixes #14938 Closes gh-1685 | ||||
* | Selectmenu: Fixed selectmenu icon float right | Alexander Schmitz | 2016-02-24 | 1 | -7/+4 |
| | | | | | | | Also removes the icon space as its not needed with a floated icon Fixes #14914 Closes gh-1671 | ||||
* | Selectmenu: Handle form resets | Jörn Zaefferer | 2015-10-27 | 1 | -2/+5 |
| | | | | | Fixes #12236 Ref gh-1550 | ||||
* | All: Fix manifest issues for categories and CSS dependencies | Jörn Zaefferer | 2015-10-23 | 1 | -3/+3 |
| | | | | | | | Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder. | ||||
* | Selectmenu: update to use button css | Alexander Schmitz | 2015-10-07 | 1 | -6/+7 |
| | | | | This ensures consistency between different form elements | ||||
* | Selectmenu: Remove redundant handling of disabled option on create | Jörn Zaefferer | 2015-09-25 | 1 | -18/+16 |
| | | | | | Ref #9151 Ref gh-1599 | ||||
* | All: Delegate to base `_getCreateOptions()`. | Scott González | 2015-09-17 | 1 | -1/+5 |
| | | | | | | | Ensures that any extensions to the base widget will be handled properly by individual widgets. Closes gh-1598 | ||||
* | Selectmenu: Style updates | Alexander Schmitz | 2015-08-21 | 1 | -6/+6 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Selectmenu: Move selectmenu into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -0/+683 |
Ref #13885 |