webcomponents / webcomponents.github.io

WebComponents.org is where community-members document Web Components best practices
http://webcomponents.org
735 stars 126 forks source link

Disqus Interference #333

Closed ghost closed 8 years ago

ghost commented 8 years ago

When using the line <script src="/sitedata/bower_components/webcomponentsjs/webcomponents.js" async></script> both with and without async, Disqus for the majority of the time does not work when running on Firefox. This appears on both Android and Linux (untested on other operating systems). It just disappears.

Using <script src="/sitedata/bower_components/webcomponentsjs/webcomponents-lite.js" async></script> resolves the problem and allows Disqus to work as expected.

ghost commented 8 years ago

Sorry, posted to wrong repo.

Correct issue is located at: https://github.com/webcomponents/webcomponentsjs/issues/89