aboutsummaryrefslogtreecommitdiffstats
path: root/ui/dialog.js
Commit message (Collapse)AuthorAgeFilesLines
* 1.11.11.11.1Jörn Zaefferer2014-08-131-2/+2
|
* Dialog: Track the instance as soon as the dialog is openedScott González2014-07-231-3/+12
| | | | Fixes #10152
* Dialog: Fix stacking of modal dialog overlaysScott González2014-07-171-0/+8
| | | | | Fixes #10138 Closes gh-1286
* Dialog: Honor preventDefault when managing focusJörn Zaefferer2014-06-101-1/+1
| | | | | | | | If event.isDefaultPrevented() is true, the focus management is completely skipped, assuming the user manages focus manually. Fixes #10103 Closes gh-1265
* Dialog: Fix shift-tab handling, focus the correct elementJörn Zaefferer2014-06-101-1/+1
| | | | | | | | | | | Copy-paste error introduced in df6110c0d424ff3306fdd5576011f2dcf4d242d0 Updates the tabbing test to be more specific about which element should have focus, instead of only checking if focus is within the dialog. Ref #9646 Ref #10103 Closes gh-1264
* Dialog: Fix off() -> unbind() for jQuery 1.6 compatTimo Tijhof2014-05-271-1/+1
| | | | | | | Follows-up c9815f13b487d027ef9b. Fixes #10072 Closes gh-1256
* Core: Deprecate .focus( n ), replace in dialog with explicit timeoutsJörn Zaefferer2014-02-211-2/+6
| | | | 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/+854
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029