Closed lucasfanning closed 9 years ago
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.
Fatal Error on press backspace when after cell is selected; The provable problem is the shadowDom, as tested here.