зеркало из https://github.com/mozilla/pjs.git
fix 289339 focus indication left on identity drop down for cached html compose windows, patch by w.woods@optusnet.com.au, sr=bienvenu
This commit is contained in:
Родитель
f3eb252683
Коммит
45fe16c53a
|
@ -271,11 +271,6 @@ var gComposeRecyclingListener = {
|
|||
},
|
||||
|
||||
onReopen: function(params) {
|
||||
// Reset focus to avoid undesirable visual effect when reopening the window
|
||||
var identityElement = document.getElementById("msgIdentity");
|
||||
if (identityElement)
|
||||
identityElement.focus();
|
||||
|
||||
InitializeGlobalVariables();
|
||||
ComposeStartup(true, params);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче