Bug 591047 - Fixing Android after PuppetWidget IME work; r=mwu a=blocking-fennec

This commit is contained in:
Jim Chen
2010-09-23 20:59:26 -07:00
parent f33cb5ba9b
commit ac46ce35d9
2 changed files with 14 additions and 13 deletions

View File

@@ -272,6 +272,7 @@ class GeckoAppShell
case NOTIFY_IME_FOCUSCHANGE:
GeckoApp.surfaceView.mIMEFocus = state != 0;
IMEStateUpdater.resetIME();
break;
}