]> source.dussan.org Git - jquery-ui.git/commit
Dialog: Don't set focus to elements in the titlebar on open. Fixes #4126 - focus...
authorScott González <scott.gonzalez@gmail.com>
Fri, 13 Feb 2009 03:06:43 +0000 (03:06 +0000)
committerScott González <scott.gonzalez@gmail.com>
Fri, 13 Feb 2009 03:06:43 +0000 (03:06 +0000)
commit2916159a088f20eb33602d69c97b79792dd5c037
treea19fdf7d1d16d322e910780581b6bf4e0348653a
parent16c0c8f2594234ad970fc22112d4752c3f1e467e
Dialog: Don't set focus to elements in the titlebar on open.  Fixes #4126 - focus on dialog open should be constrained to the contents of the dialog.

NOTE: This breaks accessibility in Safari, which doesn't allow setting focus to elements that are not natively tabbable.  However, our current stance is that people who require accessibility will not be using Safari specifically for this type of reason.
ui/ui.dialog.js