Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Remove the deprecated `ui/core.js` file | Michał Gołębiowski-Owczarek | 2024-05-15 | 1 | -18/+0 |
| | | | | | | Also, fix checkboxradio visual tests. Ref gh-2249 | ||||
* | All: Stop relying on jquery-patch.js internally, add tests | Michał Gołębiowski-Owczarek | 2024-05-15 | 1 | -1/+0 |
| | | | | | | | | | | | | 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 | -4/+0 |
| | | | | Closes gh-2249 | ||||
* | Core: Fix dependencies in ui/core.js | Michał Gołębiowski-Owczarek | 2022-08-18 | 1 | -1/+1 |
| | | | | | | | The `jquery-patch` reference was included with the `.js` extension which is not allowed in AMD. Fixes gh-2107 Closes gh-2109 | ||||
* | Docs: Update removal comments to mention 1.14, not 1.13 | Michał Gołębiowski-Owczarek | 2021-08-26 | 1 | -1/+1 |
| | | | | | | | | | We're not removing any deprecated API or legacy browser support in 1.13, re-target comments to mention 1.14. It's not guaranteed 1.14 will ever get released but if it will, it sounds like a good moment to do those removals. Closes gh-1970 | ||||
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 1 | -0/+2 |
| | | | | | Fixes #15393 Closes gh-1958 | ||||
* | Build: Rename jquery-1-7 to jquery-patch | Michał Gołębiowski-Owczarek | 2020-05-16 | 1 | -1/+1 |
| | | | | | The file now contains many more than just jQuery 1.7 patches. Closes gh-1917 | ||||
* | Core: Remove header and manifest | Jörn Zaefferer | 2015-10-23 | 1 | -15/+0 |
| | | | | | This file is deprecated and should not be included, by default, in builds anymore. | ||||
* | All: Fix manifest issues for categories and CSS dependencies | Jörn Zaefferer | 2015-10-23 | 1 | -1/+1 |
| | | | | | | | Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder. | ||||
* | Core: Movie uniqueId into its own module and deprecate core module | Alexander Schmitz | 2015-08-08 | 1 | -54/+21 |
| | | | | | | | uniqueId was the last thing in the core module, and it is now just a helper which require all the modules it used to contain. Closes #9647 | ||||
* | Core: Move scrollParent into its own module | Alexander Schmitz | 2015-08-08 | 1 | -14/+1 |
| | | | | Ref #9647 | ||||
* | Core: Move tabbable into its own module | Alexander Schmitz | 2015-08-08 | 1 | -8/+1 |
| | | | | Ref #9647 | ||||
* | Core: Move safe blur into its own module | Alexander Schmitz | 2015-08-08 | 1 | -13/+1 |
| | | | | Ref #9647 | ||||
* | Core: Move safeActiveElement into its own module | Alexander Schmitz | 2015-08-08 | 1 | -29/+1 |
| | | | | Ref #9647 | ||||
* | Core: Move plugin into its own module | Alexander Schmitz | 2015-08-08 | 1 | -30/+1 |
| | | | | Ref #9647 | ||||
* | Core: Move backcompat for core 1.7 into its own module | Alexander Schmitz | 2015-08-08 | 1 | -62/+1 |
| | | | | Ref #9647 | ||||
* | Core: Move labels into its own module | Alexander Schmitz | 2015-08-08 | 1 | -36/+1 |
| | | | | Ref #9647 | ||||
* | Core: Move keyCode into its own module | Alexander Schmitz | 2015-08-08 | 1 | -19/+1 |
| | | | | Ref #9647 | ||||
* | Core: Move $.ui.ie into its own module | Alexander Schmitz | 2015-08-08 | 1 | -3/+1 |
| | | | | Ref #9647 | ||||
* | Core: Move form method into its own module | Alexander Schmitz | 2015-08-08 | 1 | -7/+1 |
| | | | | Ref #9647 | ||||
* | Core: Move escape selector into its own module | Alexander Schmitz | 2015-08-08 | 1 | -9/+2 |
| | | | | Ref #9647 | ||||
* | Core: Move focusable into its own module | Alexander Schmitz | 2015-08-08 | 1 | -34/+2 |
| | | | | Ref #9647 | ||||
* | Core: Move disable-selection into its own module | Alexander Schmitz | 2015-08-08 | 1 | -19/+3 |
| | | | | Ref #9647 | ||||
* | Core: Move data selector from core into its own module | Alexander Schmitz | 2015-08-08 | 1 | -11/+1 |
| | | | | Ref #9647 | ||||
* | Core: Move version and creation of the ui namespace into its own module | Alexander Schmitz | 2015-08-08 | 1 | -5/+3 |
| | | | | Ref #9647 | ||||
* | Core: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -3/+3 |
| | |||||
* | Core: Add $.fn.labels, $.fn.form, and $.ui.escapeSelector methods | Alexander Schmitz | 2015-05-05 | 1 | -1/+51 |
| | | | | | | | $.fn.labels and $.fn.form mimic the native labels and form properties $.ui.escapeSelector is for escaping attributes and urls for use as selectors Closes gh-1546 | ||||
* | Core: Work around more IE activeElement bugs | Scott González | 2015-03-29 | 1 | -0/+7 |
| | | | | Closes gh-1523 | ||||
* | Core: Fix `:focusable` and `:tabbable` with jQuery git | Scott González | 2015-03-25 | 1 | -6/+6 |
| | | | | | | jQuery now returns `null` for empty attributes instead of `undefined` Ref gh-1516 | ||||
* | Core: Handle IE11 bug with document.activeElement in iframes | Scott González | 2015-03-24 | 1 | -0/+7 |
| | | | | | Fixes #11539 Closes gh-1518 | ||||
* | Core: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -32/+32 |
| | | | | Closes gh-1496 | ||||
* | Core: Add methods to work around IE active element bugs | Scott González | 2015-03-12 | 1 | -0/+25 |
| | | | | Closes gh-1478 | ||||
* | Core: Drop feature detection for version check to support jQuery 1.7 | Scott González | 2015-02-27 | 1 | -5/+11 |
| | | | | | Fixes #11197 Closes gh-1458 | ||||
* | All: Drop support for jQuery 1.6.x | Jörn Zaefferer | 2015-01-13 | 1 | -13/+0 |
| | | | | | | | | | | | Affects core, effects, position and widget. Only position has unit tests that fail with jQuery 1.6 without the workaround. Drops the 1.6.x copies jQuery of jQuery and removes them from the select in the testsuites. Fixes #10723 Closes gh-1422 | ||||
* | Core: Match on exact node name for `:focusable` and `:tabbable` | Adam Foster | 2015-01-09 | 1 | -1/+1 |
| | | | | | Fixes #10747 Ref gh-1417 | ||||
* | Build: Remove dates from copyright notice | Anne-Gaelle Colom | 2015-01-02 | 1 | -1/+1 |
| | | | | Closes gh-1403 | ||||
* | Build: Remove manifest files; move metadata to source files | Scott González | 2014-11-10 | 1 | -1/+7 |
| | | | | Closes gh-1379 | ||||
* | Core: Remove .zIndex() | Scott González | 2014-10-20 | 1 | -29/+0 |
| | | | | Fixes #9156 | ||||
* | Core: Removed .focus( delay ) | Scott González | 2014-10-20 | 1 | -16/+0 |
| | | | | Fixes #9649 | ||||
* | Core: provide "includeHidden" parameter in $.ui.scrollParent | Mike Sherov | 2014-08-12 | 1 | -2/+3 |
| | | | | | | | Even though the user is unable to scroll via the UI, authors may have custom scrollbars that programmatically set scrollTop. Therefore, overflow:hidden can be considered a scrollParent. | ||||
* | Core: Fix focusable detection for image maps | Scott González | 2014-07-30 | 1 | -1/+1 |
| | | | | | The attribute selector requires quotes to be valid, but only new (unreleased) Sizzle has this requirement. | ||||
* | Core: Don't create `$.support.selectstart` | Scott González | 2014-04-03 | 1 | -5/+9 |
| | |||||
* | Core: Deprecate .focus( n ), replace in dialog with explicit timeouts | Jörn Zaefferer | 2014-02-21 | 1 | -16/+16 |
| | | | | Fixes #9646 | ||||
* | All: Updating copyright year to 2014 | TJ VanToll | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -0/+299 |
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 |