You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handsontable incorrectly un-dos/re-dos actions after one correct undo. I think the example will show it best. Additionally, the undo seems to go further than what the history tells it to. In the fiddle, try to CTRL - Z past 3 tries. It will delete the table.
Here is another fiddle where I tried to abstract the problem further: http://jsfiddle.net/43EWa/ same behavior, however...
Any advice? I have a feeling that it has to do with the OSX fix for CMD and CTRL, but that is just what my gut tells me.
Thanks! Mario
The text was updated successfully, but these errors were encountered:
The strange behavior turned to be caused by the way minSpareRows property is handled. I belive, I've managed to fix the bug. Could you please verify if my patch works?
Thank you Marcin. I have a hard time building the package via grunt and thus am unable to test it unless compiled. Is there any chance you can provide me with the .js file? Sorry, I am a novice when it comes to github.
Hello,
please consider the following fiddle for the example I will be describing:
http://jsfiddle.net/92mV3/
Handsontable incorrectly un-dos/re-dos actions after one correct undo. I think the example will show it best. Additionally, the undo seems to go further than what the history tells it to. In the fiddle, try to CTRL - Z past 3 tries. It will delete the table.
Here is another fiddle where I tried to abstract the problem further: http://jsfiddle.net/43EWa/ same behavior, however...
Any advice? I have a feeling that it has to do with the OSX fix for CMD and CTRL, but that is just what my gut tells me.
Thanks! Mario
The text was updated successfully, but these errors were encountered: