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:
bienvenu%nventure.com 2006-09-14 14:38:39 +00:00
Родитель f3eb252683
Коммит 45fe16c53a
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -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);