-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error pasting into grid #549
Comments
Thanks for reporting, we are working to fix this! Simmilar issue: when you select a cell, scroll down until it goes out of viewport, then press ENTER - it throws an exception |
Awesome, thanks, I'll be glad to help test the fix if you need. For now I just made a small code change in the lib to swallow the exception so we can move forward with this project, but it would be nice to get back on the mainline. |
This is the connected with #506 |
This is now fixed in 0.8.20. Can you please retest? Thanks a lot! |
This resolves it, thanks!! |
Using release 0.8.1.7
Hitting this error 'null' is null or not an object jquery.handsontable.full.js, line 1284 character 13 in the prepare function when I paste a block of data into the grid which goes outside the viewable area on the page.
Specifically the following code has a null pointer to the TD object.
@itanex
The text was updated successfully, but these errors were encountered: