PolymerElements / iron-input

An input with data binding
https://webcomponents.org/element/PolymerElements/iron-input
33 stars 45 forks source link

Cursor always jumps at end #24

Closed abourget closed 9 years ago

abourget commented 9 years ago

This code creates a really annoying behavior:

<input is="iron-input" value="{{mama}}">

When you click in the middle of the string you typed, the next character you type jumps at the end of the input field.

abourget commented 9 years ago

This even occurs in the plain demo/index.html, on Chrome Version 42.0.2311.90 (64-bit) Linux, but doesn't show the problem in Firefox 38.0.. looks like a nasty one..

morethanreal commented 9 years ago

Appears to be fixed.