зеркало из 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
|
// turn on selection and caret
|
||||||
if (mEditor)
|
if (mEditor)
|
||||||
{
|
{
|
||||||
|
nsCOMPtr<nsIEditorIMESupport> imeEditor = do_QueryInterface(mEditor);
|
||||||
PRUint32 flags;
|
PRUint32 flags;
|
||||||
mEditor->GetFlags(&flags);
|
mEditor->GetFlags(&flags);
|
||||||
if (! (flags & nsIPlaintextEditor::eEditorDisabledMask))
|
if (! (flags & nsIPlaintextEditor::eEditorDisabledMask))
|
||||||
|
@ -1164,7 +1165,6 @@ nsTextEditorFocusListener::Focus(nsIDOMEvent* aEvent)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
nsCOMPtr<nsIEditorIMESupport> imeEditor = do_QueryInterface(mEditor);
|
|
||||||
if (imeEditor)
|
if (imeEditor)
|
||||||
imeEditor->NotifyIMEOnFocus();
|
imeEditor->NotifyIMEOnFocus();
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче