-
Notifications
You must be signed in to change notification settings - Fork 2k
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
HTMLImports fails on IE9 #229
Comments
Haven't tried it myself, but at a glance, isn't it supposed to be "polymer-element"? |
I'm not using polymer elements, I'm using x-tags. The import should succeed regardless of what the contents are, yeah? I am going to try pulling all of the x-tags dependencies (HTMLImports included) and rebuilding to see if the problem has been resolved. |
The example posted to the X-Tag blog seems a bit modified from yours: Most of the X-tag demos appear to avoid the element object entirely, sticking to JavaScript declarations. Yet every example test I could find in the polymer project for creating elements appears to use "polymer-element" almost exclusively. Perhaps since the blog post and reference above seems to exclusively mention X-Tag, this bug should first go to https://github.com/x-tag/core ? I don't see anything above that screams "Polymer" at me, so .... |
It may be an issue with x-tags, but it looks like it's failing because of HTMLImports. Here is a simplified test-case. Anyway, I will see what the x-tags guys have to say about it.
hello-world.html
|
@positlabs were you able to get a satisfactory answer from the XTags team? |
Yes, it was an issue with the xmlhttp request using |
Trying out a simple tag, but it seems like it's not importing.
The text was updated successfully, but these errors were encountered: