зеркало из https://github.com/mozilla/gecko-dev.git
Bug 496360 Servere performance problems pasting into textareas r=roc
This commit is contained in:
Родитель
92ba26fdf5
Коммит
5a8649e888
|
@ -6028,7 +6028,7 @@ nsWindow::OnIMEFocusChange(PRBool aFocus)
|
|||
{
|
||||
nsresult rv = nsTextStore::OnFocusChange(aFocus, this, mIMEEnabled);
|
||||
if (rv == NS_ERROR_NOT_AVAILABLE)
|
||||
rv = NS_OK; // TSF is not enabled, maybe.
|
||||
rv = NS_ERROR_NOT_IMPLEMENTED; // TSF is not enabled, maybe.
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче