aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tabs.js
Commit message (Collapse)AuthorAgeFilesLines
* Core: Add methods to work around IE active element bugsScott González2016-06-091-1/+1
| | | | | | Closes gh-1478 (cherry picked from commit f33027840cdac5152599da66635981bbe68c6bda)
* Tabs: Use standard promise methods for jqXHRScott González2015-03-101-12/+17
| | | | | | | | The old success(), error() and complete() methods have been deprecated for a while and have been removed in upstream master. Closes gh-1455 (cherry picked from commit c1dfb98d4576901aacf35f99d2506e8f652c2690)
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-02-091-1/+1
| | | | | Closes gh-1403 (cherry picked from commit c89cb74893c4f99d6163e29110c36d9e02dc7df1)
* Tabs: Suppress automatic activation when navigating with COMMANDScott González2015-02-091-2/+3
| | | | | | Fixes #9621 Closes gh-1383 (cherry picked from commit 6a242ab4ebdcec265826b959fa27881dcf462c96)
* Tabs: Avoid memory leak during refreshScott González2014-08-211-1/+11
| | | | | Fixes #10056 Ref gh-1319
* Tabs: Work around bad Safari/VoiceOver heuristicsMonika Piotrowicz2014-07-161-19/+23
| | | | | | | | Move disabled tab click handlers from the container to the tablist to prevent panel contents from being announced as clickable. Fixes #10098 Closes gh-1261
* Tabs: Move `aria-expanded` from active panel to active tabDavid Petersen2014-05-191-10/+8
| | | | | Fixes #9622 Closes gh-1251
* 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/+868
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029