Bug 1153948 - Fix bug in sending text change notifications; r=esawin

This commit is contained in:
Jim Chen 2015-04-17 12:22:47 -04:00
parent c94abb4eff
commit 787d24fab2

View File

@ -2289,8 +2289,8 @@ nsWindow::NotifyIMEOfTextChange(const IMENotification& aIMENotification)
mIMESelectionChanged = false;
NotifyIME(NOTIFY_IME_OF_SELECTION_CHANGE);
AddIMETextChange(IMEChange(aIMENotification));
PostFlushIMEChanges();
AddIMETextChange(IMEChange(aIMENotification));
return NS_OK;
}