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

The examples on dustjs.com do not work #780

Open
brianmhunt opened this issue Feb 12, 2018 · 13 comments
Open

The examples on dustjs.com do not work #780

brianmhunt opened this issue Feb 12, 2018 · 13 comments

Comments

@brianmhunt
Copy link
Contributor

In the developer console:

Uncaught DOMException: Failed to execute 'createShadowRoot' on 'Element': Shadow root cannot be created on a host which already hosts a shadow tree.
    at HTMLElement.shadowFromTemplate (http://www.dustjs.com/bower_components/polymer/polymer.js:10033:25)
    at HTMLElement.parseDeclaration (http://www.dustjs.com/bower_components/polymer/polymer.js:10005:25)
    at HTMLElement.parseDeclarations (http://www.dustjs.com/bower_components/polymer/polymer.js:9986:28)
    at HTMLElement.makeElementReady (http://www.dustjs.com/bower_components/polymer/polymer.js:9886:12)
    at HTMLElement.createdCallback (http://www.dustjs.com/bower_components/polymer/polymer.js:9855:14)
    at HTMLElement.registerPrototype (http://www.dustjs.com/bower_components/polymer/polymer.js:11299:28)
    at HTMLElement.register (http://www.dustjs.com/bower_components/polymer/polymer.js:11127:12)
    at HTMLElement._register (http://www.dustjs.com/bower_components/polymer/polymer.js:11635:12)
    at Object.flush (http://www.dustjs.com/bower_components/polymer/polymer.js:11471:28)
    at Object.ready (http://www.dustjs.com/bower_components/polymer/polymer.js:11486:12)
@jbaicoianu
Copy link

I also see this problem in Chrome. It works in Firefox.

@LoveraSantiago
Copy link

On Internet Explorer Its possible to see text on black textArea, on chrome Its not possible see anything.
Lost several minutes trying typing things to see how it works and bahn!!!!

@nricardo
Copy link

Also confirmed to work in Firefox. Chrome 👎

@CExCDavies
Copy link

CExCDavies commented Mar 19, 2018

In Chrome 45, the ability to have multiple shadow roots was deprecated. (see https://developer.mozilla.org/en-US/docs/Web/API/Element/createShadowRoot#Browser_compatibility)

@ggiak
Copy link

ggiak commented Mar 24, 2018

+1 for this issue on chrome.

@treyhuffine
Copy link

+2 for this issue on chrome.

@jbaicoianu
Copy link

jbaicoianu commented Apr 16, 2018

I spoke with someone who works at LinkedIn, unfortunately he said that internally they consider dustjs to be deprecated, and likely don't have anyone assigned to it. Shame, I've been using dustjs for 6 years and it's worked great since then, still does, but seems like another victim of the framework popularity contest :(

@brianmhunt
Copy link
Contributor Author

@jbaicoianu Thanks for sharing that; this information will undoubted help others who happen across this.

@gilsondelrei
Copy link

gilsondelrei commented Apr 16, 2018 via email

@danwdart
Copy link

For those still on this - whilst it still needs a maintainer, it also still needs this issue and possibly others fixing.

@kenjim83
Copy link

👍 Still seeing this on Chrome.

@daniel0128
Copy link

+1 on chrome

@riteshpanchal
Copy link

Still seeing the issue on Chrome.

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