зеркало из https://github.com/mozilla/pjs.git
Bug 204434: JA IME: cursor position is off when text is not committed
This patch is for: fix crash when type chinese chars into composer r=danm@netscape.com sr=sfraser@netscape.com
This commit is contained in:
Родитель
9679091ff0
Коммит
d6e60e9591
|
@ -761,6 +761,7 @@ nsWindow::nsWindow() : nsBaseWidget()
|
|||
mIMECompClauseString = NULL;
|
||||
mIMECompClauseStringSize = 0;
|
||||
mIMECompClauseStringLength = 0;
|
||||
mIMECursorPosition = 0;
|
||||
mIMEReconvertUnicode = NULL;
|
||||
mLeadByte = '\0';
|
||||
mBlurEventSuppressionLevel = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче