Palle Raabjerg

Results 2 comments of Palle Raabjerg

Same here. This seems to be a somewhat bizarre issue with the latest IE11 update. The relevant bit of code in deckgrid is this: ``` javascript Deckgrid.prototype.$$getLayout = function $$getLayout...

GaryWenneker's workaround seems to work, though you have to extract the CSSStyleDeclaration first, like I do above. In the context of my example: ``` javascript Deckgrid.prototype.$$getLayout = function $$getLayout ()...