This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ng-model is not updated immediately in Chrome WebView or Browser #5308
Closed
Description
On Android 4.4 (KitKat) using both the Chrome WebView (v30) and the Chrome Browser (v31.0.1650.59) an input with an ng-model
is not updating the variable value until the focus leaves the input.
The following commit for version 1.2.2 is responsible for this bug:
- input: hold listener during text composition (a4e6d96, handle composition events in NgModelController textInputType #4684)
If I revert that commit in angular 1.2.3 or revert to angular 1.2.1 the problem goes away.
Here is a demo of the problem:
http://plnkr.co/edit/ZcksakM9icREgxe38Pnf?p=preview