Bug 876739 - restart and show/hide IME for input types with native widgets; r=cpeterson

This commit is contained in:
Jim Chen 2013-06-10 10:13:31 -04:00
parent a9671a5215
commit 6b6dc1bf17

View File

@ -901,8 +901,7 @@ class GeckoInputConnection
typeHint.equalsIgnoreCase("month") ||
typeHint.equalsIgnoreCase("week") ||
typeHint.equalsIgnoreCase("datetime-local"))))) {
mIMEState = IME_STATE_DISABLED;
return;
state = IME_STATE_DISABLED;
}
// mIMEState and the mIME*Hint fields should only be changed by notifyIMEContext,