Bug 172690. Not clearing status bar when last IME character deleted with backspace. Checked in for Kyle Yuan. r=aaronl, sr=jag

This commit is contained in:
aaronl%netscape.com 2002-10-08 18:32:07 +00:00
Родитель 6f127fe515
Коммит 981f7cfd15
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -890,8 +890,6 @@ nsTypeAheadFind::HandleText(nsIDOMEvent* aTextEvent)
return NS_OK;
textEvent->GetText(mIMEString);
if (mIMEString.IsEmpty())
return NS_OK;
// show the candidate char/word in the status bar
DisplayStatus(PR_FALSE, nsnull, PR_FALSE, mIMEString.get());