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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user