Open exussum12 opened 11 years ago
Could you add a testcase that fails without your patch, but passes with it?
Does #224 fix your issue?
Added a test, Its the same bug yes, #224 checks previous value though rather than the existence of the event being fired. It helped with what test to add though. There is already a Control A delete test in there, which should be kept as well. (as they test at different times, this tests the first time, The other one tests after the value has already been changed )
Change events are not fired when a populated form is deleted all in one go, For example by Control A, Delete
Jsfiddle: http://jsfiddle.net/dW2Qu/79/
If you delete 1 by 1 it works great, If you delete the all chars in one go, No change is fired.
Im not sure how I would write a qunit test for this sorry.