I’m only able to duplicate the following issue using IE11, Chrome works fine.
JSBin Sample:
Steps to reproduce:
Edit any cell in “ID” column (do not press enter or any table navigation key)
After edit immediately click on “filter” textbox
Type text into “filter” textbox
EXPECTED RESULT: {{ctrl.filter}} should correspond to item in “filter” textbox
DEFECT: model is not updated
Thanks for sharing @murph1329
We will check this issue but please use the ngHandsontable Github for reporting bugs related to Angular version. It is available at: https://github.com/handsontable/ngHandsontable
Thanks in advance!
As some of you can imagine this could be a serious issue as it could lead to data loss. After further investigation it looks like this is an issue with angular and not handsontable. I’m still looking in to it so if anyone has any further insight to push this along faster please let me know.
It appears Angular is not capturing the event correctly for IE. The following is a forum posting that goes into way more detail. I’ve committed on this to explain our issue as well with examples. It’s my opinion that angularjs 1.3.6 broke IE11.
I went ahead and created another jsbin using angular 1.3.5 and everything appears to be working as expected.
As I stated before if anyone has any further knowledge on this topic please share it.