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
parent 5898787bad
commit 7453c6a082

View File

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