зеркало из https://github.com/mozilla/gecko-dev.git
bug 126123
FreeWnn: BS after ECS key causes Mozilla hangs Check mIMECompUnicode->Length() before doing mIMECompUnicode->Cut() r=ftang,sr=alecf,a=asa
This commit is contained in:
Родитель
0351f733e8
Коммит
a38050b457
|
@ -262,7 +262,8 @@ void nsIMEPreedit::SetPreeditString(const XIMText *aText,
|
|||
Reset();
|
||||
return;
|
||||
}
|
||||
if (aChangeLength) {
|
||||
|
||||
if (aChangeLength && mIMECompUnicode->Length()) {
|
||||
mIMECompUnicode->Cut(aChangeFirst, aChangeLength);
|
||||
mIMECompAttr->Cut(aChangeFirst, aChangeLength);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче