zone.js:192 Uncaught TypeError: Cannot read property ‘defaultView’ of undefined
Getting console error while unmerging
I do not get the following error when I unmerge the following cell here https://jsfiddle.net/4yobsmua/. But we got the same error text here https://github.com/handsontable/handsontable/issues/6188 for comments and fixed areas. Do you have those in your project?
yes I m able to get the exact error when there is a list of merged cells and I m trying to add a new row at the last position and then trying to merge with the existing list
we do have comments and fixed columns in our project
Thank you for the confirmation. Is there any other scenario (set of steps) to replicate the same errors? You mentioned unmerging cells, and here we refer to comments (two different plugins)
no as of now i dont see this error for any other scenarios
Thank you for the information. I will notify you as soon as we fix the issue.
Thank you
is there any fix provided yet for the above mentioned bug
Hey @anshuman.singh
They is only a workaround to avoid the error in the console by adding viewportColumnRenderingOffset
with a number that equals the number of columns in your table. But there is no workaround for comment movement - that has to be fixed within the plugin.
thanks, let me try this and will get back if it doesnt work
console error still exist even after setting viewportColumnRenderingOffset to number of columns in table
Would you be able to send me a demo where this issue is replicable? I tried it with https://jsfiddle.net/tg2j6cr1/ (if you comment out the line 7
) we get the error while scrolling right and hovering over a comment
I think that we can close this topic as there are no updates for 3 weeks.
If there are any doubts or questions please feel free to create a new topic.