Bug 617552: keep mEditable around and updating it selectively to fix a handful of input bugs, r=blassey, a=blocking-fennec=2.0b4 by dougt

This commit is contained in:
Brian Crowder
2011-01-06 17:15:24 -08:00
parent 77d2ad469e
commit 563116756b
2 changed files with 11 additions and 3 deletions

View File

@@ -488,7 +488,7 @@ public class GeckoInputConnection
//Log.d("GeckoAppJava", "IME: notifyTextChange");
if (!text.contentEquals(GeckoApp.surfaceView.mEditable))
GeckoApp.surfaceView.setupEditable(text);
GeckoApp.surfaceView.setEditable(text);
if (mUpdateRequest == null)
return;