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


git-svn-id: svn://10.0.0.236/trunk@142909 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
leon.zhang%sun.com 2003-05-26 02:36:13 +00:00
parent 24428a6e21
commit 3a2f7db9c8

View File

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