We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since version 0.9.10 there is an error thrown, when you try to edit cell that is outside of the viewport.
Steps to reproduce (tested in Chrome, same in other browsers):
An error will show up:
Uncaught TypeError: Cannot read property 'offsetLeft' of null jquery.handsontable.full.js:8542 WalkontableDom.offset jquery.handsontable.full.js:8542 HandsontableTextEditorClass.refreshDimensions jquery.handsontable.full.js:4015 HandsontableTextEditorClass.beginEditing jquery.handsontable.full.js:3998 beforeKeyDownHook jquery.handsontable.full.js:3956 Handsontable.PluginHookClass.PluginHookClass.run jquery.handsontable.full.js:4974 instance.PluginHooks.run jquery.handsontable.full.js:2689 onKeyDown jquery.handsontable.full.js:1351 x.event.dispatch jquery.min.js:5 v.handle
The text was updated successfully, but these errors were encountered:
It was broken in revision 16ace34
Sorry, something went wrong.
bugfix: Can't edit cell that is outside of the viewport (#1035)
9cebb96
Fixed in 0.9.18
reapply bugfix: Can't edit cell that is outside of the viewport (#1035)…
c3f6cb9
… - originally in rev 9cebb96
No branches or pull requests
Since version 0.9.10 there is an error thrown, when you try to edit cell that is outside of the viewport.
Steps to reproduce (tested in Chrome, same in other browsers):
An error will show up:
The text was updated successfully, but these errors were encountered: