vaadin / serverside-elements

Vaadin add-on that makes it easy to use Web Components or any HTML elements from Vaadin Framework
https://vaadin.com/addon/elements-add-on
Apache License 2.0
14 stars 12 forks source link

Polymer Elements not loaded in Firefox when webcomponents.js is linked #19

Open KrishnaIyer opened 6 years ago

KrishnaIyer commented 6 years ago

There seems to be an issue with the latest version of Polyfills affecting Firefox https://github.com/webcomponents/webcomponentsjs

JS Link: @JavaScript("vaadin://bower_components/webcomponentsjs/webcomponents.js")

The following were tested: -> webcomponents.js, webcomponents-sd-ce.js => Nothing is loaded -> Other options such as webcomponents-lite.js, webcomponents-hi.js, webcomponents-hi-ce.js, webcomponents-hi-sd-ce.js, webcomponents-loader.js,
=> Partial loading (Ex: Only Elements are seen but no styling or functions)

Legioth commented 6 years ago

Is this issue specific to this add-on, or does it also happen in other environments?

KrishnaIyer commented 6 years ago

Hi Legioth, Since I work only on Vaadin , this is the only place where I could observe it. Regards, Krishna