aboutsummaryrefslogtreecommitdiffstats
path: root/ui/core.js
Commit message (Collapse)AuthorAgeFilesLines
* 1.11.41.11.4Scott González2015-03-111-2/+2
|
* Core: Match on exact node name for `:focusable` and `:tabbable`Adam Foster2015-02-091-1/+1
| | | | | | Fixes #10747 Ref gh-1417 (cherry picked from commit c66842b45e032ac09f73fcd767e78390d7191b6f)
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-02-091-1/+1
| | | | | Closes gh-1403 (cherry picked from commit c89cb74893c4f99d6163e29110c36d9e02dc7df1)
* 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