Skip to content
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

Fatal Error on press backspace when after selected; #7

Closed
lucasfanning opened this issue Feb 11, 2015 · 3 comments
Closed

Fatal Error on press backspace when after selected; #7

lucasfanning opened this issue Feb 11, 2015 · 3 comments

Comments

@lucasfanning
Copy link

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

@lucasfanning
Copy link
Author

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.

@budnix
Copy link
Member

budnix commented Feb 19, 2015

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.

@devmikko
Copy link

Works ok now after updating the Handsontable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants