handsontable / docs-archive

API Documentation for Handsontable
6 stars 505 forks source link

The Handsontable cell type demo does not work from 0.36.0/1.16.0 #59

Closed AMBudnik closed 6 years ago

AMBudnik commented 6 years ago

Source: https://docs.handsontable.com/pro/1.16.0/demo-handsontable.html

It logs an error in the console

image

And after we decide to exit the editor

image

The code fails at the

return this.getSourceDataAtRow(selection[0]).name line as after 1.16.0 selection is an array of arrays - not a single value as before.

AMBudnik commented 6 years ago

This issue is still present in v 4.0.0 of our docs

AMBudnik commented 6 years ago

The issue is no longer replicable in v 5.0.1 https://docs.handsontable.com/pro/5.0.1/demo-handsontable.html