mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

applyValue not allways called when value changes #1011

Open DunhamGitHub opened 9 years ago

DunhamGitHub commented 9 years ago

The applyValue function does not get called properly. I have an input field, when I am in editor mode and input "123" this calls the function properly. When I then update this to "345" the applyvalue does not get called. When I update this to "3456" the applyvalue gets called. It seems it only gets called when the amount of actual characters change (but not "123" to "445" for example because the amount of characters is unchanged from 3 to 3)

01-10-2014 10-16-57