aboutsummaryrefslogtreecommitdiffstats
path: root/ui/core.js
Commit message (Collapse)AuthorAgeFilesLines
* All: Remove the deprecated `ui/core.js` fileMichał Gołębiowski-Owczarek2024-05-151-18/+0
| | | | | | Also, fix checkboxradio visual tests. Ref gh-2249
* All: Stop relying on jquery-patch.js internally, add testsMichał Gołębiowski-Owczarek2024-05-151-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-Owczarek2024-05-151-4/+0
| | | | Closes gh-2249
* Core: Fix dependencies in ui/core.jsMichał Gołębiowski-Owczarek2022-08-181-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.13Michał Gołębiowski-Owczarek2021-08-261-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 ESLintMichał Gołębiowski-Owczarek2021-06-071-0/+2
| | | | | Fixes #15393 Closes gh-1958
* Build: Rename jquery-1-7 to jquery-patchMichał Gołębiowski-Owczarek2020-05-161-1/+1
| | | | | The file now contains many more than just jQuery 1.7 patches. Closes gh-1917
* Core: Remove header and manifestJörn Zaefferer2015-10-231-15/+0
| | | | | This file is deprecated and should not be included, by default, in builds anymore.
* All: Fix manifest issues for categories and CSS dependenciesJörn Zaefferer2015-10-231-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 moduleAlexander Schmitz2015-08-081-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 moduleAlexander Schmitz2015-08-081-14/+1
| | | | Ref #9647
* Core: Move tabbable into its own moduleAlexander Schmitz2015-08-081-8/+1
| | | | Ref #9647
* Core: Move safe blur into its own moduleAlexander Schmitz2015-08-081-13/+1
| | | | Ref #9647
* Core: Move safeActiveElement into its own moduleAlexander Schmitz2015-08-081-29/+1
| | | | Ref #9647
* Core: Move plugin into its own moduleAlexander Schmitz2015-08-081-30/+1
| | | | Ref #9647
* Core: Move backcompat for core 1.7 into its own moduleAlexander Schmitz2015-08-081-62/+1
| | | | Ref #9647
* Core: Move labels into its own moduleAlexander Schmitz2015-08-081-36/+1
| | | | Ref #9647
* Core: Move keyCode into its own moduleAlexander Schmitz2015-08-081-19/+1
| | | | Ref #9647
* Core: Move $.ui.ie into its own moduleAlexander Schmitz2015-08-081-3/+1
| | | | Ref #9647
* Core: Move form method into its own moduleAlexander Schmitz2015-08-081-7/+1
| | | | Ref #9647
* Core: Move escape selector into its own moduleAlexander Schmitz2015-08-081-9/+2
| | | | Ref #9647
* Core: Move focusable into its own moduleAlexander Schmitz2015-08-081-34/+2
| | | | Ref #9647
* Core: Move disable-selection into its own moduleAlexander Schmitz2015-08-081-19/+3
| | | | Ref #9647
* Core: Move data selector from core into its own moduleAlexander Schmitz2015-08-081-11/+1
| | | | Ref #9647
* Core: Move version and creation of the ui namespace into its own moduleAlexander Schmitz2015-08-081-5/+3
| | | | Ref #9647
* Core: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-3/+3
|
* Core: Add $.fn.labels, $.fn.form, and $.ui.escapeSelector methodsAlexander Schmitz2015-05-051-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 bugsScott González2015-03-291-0/+7
| | | | Closes gh-1523
* Core: Fix `:focusable` and `:tabbable` with jQuery gitScott González2015-03-251-6/+6
| | | | | | jQuery now returns `null` for empty attributes instead of `undefined` Ref gh-1516
* Core: Handle IE11 bug with document.activeElement in iframesScott González2015-03-241-0/+7
| | | | | Fixes #11539 Closes gh-1518
* Core: Fix style issuesJörn Zaefferer2015-03-181-32/+32
| | | | Closes gh-1496
* Core: Add methods to work around IE active element bugsScott González2015-03-121-0/+25
| | | | Closes gh-1478
* Core: Drop feature detection for version check to support jQuery 1.7Scott González2015-02-271-5/+11
| | | | | Fixes #11197 Closes gh-1458
* All: Drop support for jQuery 1.6.xJörn Zaefferer2015-01-131-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 Foster2015-01-091-1/+1
| | | | | Fixes #10747 Ref gh-1417
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-021-1/+1
| | | | Closes gh-1403
* Build: Remove manifest files; move metadata to source filesScott González2014-11-101-1/+7
| | | | Closes gh-1379
* Core: Remove .zIndex()Scott González2014-10-201-29/+0
| | | | Fixes #9156
* Core: Removed .focus( delay )Scott González2014-10-201-16/+0
| | | | Fixes #9649
* Core: provide "includeHidden" parameter in $.ui.scrollParentMike Sherov2014-08-121-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 mapsScott González2014-07-301-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ález2014-04-031-5/+9
|
* Core: Deprecate .focus( n ), replace in dialog with explicit timeoutsJörn Zaefferer2014-02-211-16/+16
| | | | Fixes #9646
* All: Updating copyright year to 2014TJ VanToll2014-01-281-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+299
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029