handsontable / hot-table

Handsontable - Best Data Grid Web Component with Spreadsheet Look and Feel.

Home Page:http://handsontable.github.io/hot-table/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fatal Error on press backspace when after selected;

lucasfanning opened this issue · comments

Fatal Error on press backspace when after cell is selected;
The provable problem is the shadowDom, as tested here.

if I use for lightDom:

Polymer({
  parseDeclaration: function(elementElement) {
    var template = this.fetchTemplate(elementElement);
    if (template) {
      var root = this.lightFromTemplate(template);
    }
  }
});

for each component util the root, the problem is "solved",
but it is a bug, we need correct it.

Could you try hot-table with newest version of Handsontable 0.12.6 (bower update)?. In this version we have fixed some bugs related with web components.

Works ok now after updating the Handsontable.