Bug 634555: sync with the Gecko event queue at the end of onTextChanged, r=mwu,blassey, a=blocking-fennec:2.0,blassey
This commit is contained in:
@@ -561,9 +561,10 @@ public class GeckoInputConnection
|
||||
|
||||
GeckoAppShell.sendEventToGecko(
|
||||
new GeckoEvent(GeckoEvent.IME_SET_SELECTION, start + count, 0));
|
||||
|
||||
|
||||
}
|
||||
|
||||
// Block this thread until all pending events are processed
|
||||
GeckoAppShell.geckoEventSync();
|
||||
}
|
||||
|
||||
public void afterTextChanged(Editable s)
|
||||
|
||||
Reference in New Issue
Block a user