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

why don't support ie and firefox and so on,only in chrome brower #5

Open
wang01ping opened this issue Aug 18, 2017 · 2 comments
Open

Comments

@wang01ping
Copy link

wang01ping commented Aug 18, 2017

I can get the data in chrome brower ,the other I don't, I don't know reasons, please tell me reason, thanks,
I find erro:‘window.customElements.define("org-chart", OrgChart);’ no defined in ie and Firefox

@wang01ping wang01ping changed the title why don't support ie and firefox and so on why don't support ie and firefox and so on,only in chrome brower Aug 18, 2017
@wadtech
Copy link

wadtech commented Aug 8, 2018

https://caniuse.com/#feat=custom-elementsv1

The web components spec is new enough (and revised a few times from the Shadow DOM days) that it's still not fully supported across browsers.

@petrvecera
Copy link

The FF should support it based on https://caniuse.com/#feat=custom-elementsv1

However FF 64 is throwing on https://dabeng.github.io/OrgChart-Webcomponents/local-datasource/:

Error: Assertion failed webcomponents.min.js:11:1561
n
https://dabeng.github.io/OrgChart-Webcomponents/js/vendor/webcomponents.min.js:11:1561
_
https://dabeng.github.io/OrgChart-Webcomponents/js/vendor/webcomponents.min.js:11:25123
r
https://dabeng.github.io/OrgChart-Webcomponents/js/vendor/webcomponents.min.js:12:4100
l
https://dabeng.github.io/OrgChart-Webcomponents/js/vendor/webcomponents.min.js:12:6837
construct self-hosted:4579:9 HTMLElement
https://rawgit.com/webcomponents/custom-elements/master/src/native-shim.js:31:12
t
orgchart-webcomponents.js:2:23
<anonymní>
scripts.js:28:13
g
https://dabeng.github.io/OrgChart-Webcomponents/js/vendor/webcomponents.min.js:11:14804
w
https://dabeng.github.io/OrgChart-Webcomponents/js/vendor/webcomponents.min.js:11:14150
f
https://dabeng.github.io/OrgChart-Webcomponents/js/vendor/webcomponents.min.js:11:13890
p
https://dabeng.github.io/OrgChart-Webcomponents/js/vendor/webcomponents.min.js:11:13402

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

No branches or pull requests

3 participants