зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
b278137247
Коммит
be219a1ba4
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче