зеркало из https://github.com/mozilla/pjs.git
Bug 403965, r+sr=peterv, a=schrep
This commit is contained in:
Родитель
dd2661a72d
Коммит
63cab8c4c2
|
@ -1112,6 +1112,7 @@ nsTextEditorFocusListener::Focus(nsIDOMEvent* aEvent)
|
|||
// turn on selection and caret
|
||||
if (mEditor)
|
||||
{
|
||||
nsCOMPtr<nsIEditorIMESupport> imeEditor = do_QueryInterface(mEditor);
|
||||
PRUint32 flags;
|
||||
mEditor->GetFlags(&flags);
|
||||
if (! (flags & nsIPlaintextEditor::eEditorDisabledMask))
|
||||
|
@ -1164,7 +1165,6 @@ nsTextEditorFocusListener::Focus(nsIDOMEvent* aEvent)
|
|||
}
|
||||
}
|
||||
|
||||
nsCOMPtr<nsIEditorIMESupport> imeEditor = do_QueryInterface(mEditor);
|
||||
if (imeEditor)
|
||||
imeEditor->NotifyIMEOnFocus();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче