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:
leon.zhang%sun.com 2003-05-26 02:36:13 +00:00
Родитель d823b26bf5
Коммит 073218b9cd
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -761,6 +761,7 @@ nsWindow::nsWindow() : nsBaseWidget()
mIMECompClauseString = NULL;
mIMECompClauseStringSize = 0;
mIMECompClauseStringLength = 0;
mIMECursorPosition = 0;
mIMEReconvertUnicode = NULL;
mLeadByte = '\0';
mBlurEventSuppressionLevel = 0;