Scott González
6d9194ac11
Dialog: Properly handle empty title with jQuery git
...
jQuery now returns `null` for empty attributes instead of `undefined`.
Ref gh-1516
(cherry picked from commit fdbb85be39
)
2016-06-09 13:17:02 -04:00
Scott González
2256eeda45
Core: Add methods to work around IE active element bugs
...
Closes gh-1478
(cherry picked from commit f33027840c
)
2016-06-09 12:08:56 -04:00
Scott González
d6997254f0
Dialog: Fix typo
...
Closes gh-1447
Thanks Spencer Davis
(cherry picked from commit d95c23ae6c
)
2015-03-10 12:25:59 -04:00
TJ VanToll
04ab6e0388
Dialog: Stop tracking instance in destroy() to avoid memory leaks
...
Fixes #11125
Closes gh-1448
(cherry picked from commit ec1f393c39
)
2015-03-10 12:00:06 -04:00
Anne-Gaelle Colom
727a9151d2
Build: Remove dates from copyright notice
...
Closes gh-1403
(cherry picked from commit c89cb74893
)
2015-02-09 11:54:31 -05:00
Scott González
69f25dbff7
Dialog: Track the instance as soon as the dialog is opened
...
Fixes #10152
2014-07-23 11:10:14 -04:00
Scott González
acfda4be52
Dialog: Fix stacking of modal dialog overlays
...
Fixes #10138
Closes gh-1286
2014-07-17 11:30:31 -04:00
Jörn Zaefferer
226cc3e9e5
Dialog: Honor preventDefault when managing focus
...
If event.isDefaultPrevented() is true, the focus management is
completely skipped, assuming the user manages focus manually.
Fixes #10103
Closes gh-1265
2014-06-10 13:59:45 +02:00
Jörn Zaefferer
a0b84767a7
Dialog: Fix shift-tab handling, focus the correct element
...
Copy-paste error introduced in df6110c0d4
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
2014-06-10 13:54:58 +02:00
Timo Tijhof
6c4005280d
Dialog: Fix off() -> unbind() for jQuery 1.6 compat
...
Follows-up c9815f13b4
.
Fixes #10072
Closes gh-1256
2014-05-27 16:05:04 -04:00
Jörn Zaefferer
df6110c0d4
Core: Deprecate .focus( n ), replace in dialog with explicit timeouts
...
Fixes #9646
2014-02-21 19:57:34 +01:00
TJ VanToll
83b3d67175
All: Updating copyright year to 2014
2014-01-28 22:25:02 -05:00
Rafael Xavier de Souza
21154cfa2e
All: Rename all files, removing the "jquery.ui." prefix;
...
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271 ;
Fixes #9464
Closes gh-1029
2014-01-24 18:22:49 -02:00