fix for bug #200545. caret is not visible when replying to a message

thanks to neil for the fix.  r=cavin, sr=sspitzer
This commit is contained in:
sspitzer%netscape.com 2003-04-09 22:40:23 +00:00
Родитель b278137247
Коммит be219a1ba4
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -234,9 +234,7 @@ var gComposeRecyclingListener = {
identityElement.focus();
InitializeGlobalVariables();
window.content.focus();
ComposeStartup(true, params);
enableEditableFields();
var event = document.createEvent('Events');
event.initEvent('compose-window-reopen', false, true);
@ -1105,6 +1103,7 @@ function ComposeFieldsReady(msgType)
}
CompFields2Recipients(gMsgCompose.compFields, gMsgCompose.type);
SetComposeWindowTitle();
enableEditableFields();
AdjustFocus();
}