зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
6f127fe515
Коммит
981f7cfd15
|
@ -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());
|
||||
|
|
Загрузка…
Ссылка в новой задаче