зеркало из https://github.com/mozilla/pjs.git
Bug 172194. Initial focus in password dialogs messed up. r=sgehani, sr=bryner
This commit is contained in:
Родитель
0730c1a0cd
Коммит
80d3c77d33
|
@ -168,7 +168,8 @@ function commonDialogOnLoad()
|
|||
gCommonDialogParam.SetInt(0, 1);
|
||||
|
||||
// initialize the checkbox
|
||||
if (setCheckbox(gCommonDialogParam.GetString(1), gCommonDialogParam.GetInt(1)))
|
||||
if (setCheckbox(gCommonDialogParam.GetString(1), gCommonDialogParam.GetInt(1)) &&
|
||||
gCommonDialogParam.GetInt(3) == 0) // if no text fields
|
||||
firstButton.focus(); // Don't focus checkbox, focus first button instead
|
||||
|
||||
getAttention();
|
||||
|
|
Загрузка…
Ссылка в новой задаче