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

Packaged element nested content #1

Closed
bdulac opened this issue Nov 20, 2014 · 1 comment
Closed

Packaged element nested content #1

bdulac opened this issue Nov 20, 2014 · 1 comment
Assignees

Comments

@bdulac
Copy link
Owner

bdulac commented Nov 20, 2014

The packaged elements content is not properly organized: the sample.html itself is not properly rendered: the Interlude type is rendered in the runtime.types package, it should be in the parent package (org.test).

This is bad understanding of the tag. According to the Polymer tutorial, this tag, with no select attribute, selects any nodes that haven't already been inserted. This behaviour is really painful, the workaround seems to be rather complicated. What a shame for such a common operation.

This seems to be a Shadow DOM feature. There's a need to understand the idea before fixing the problem.

@bdulac bdulac self-assigned this Nov 20, 2014
@bdulac
Copy link
Owner Author

bdulac commented Nov 30, 2014

This was due to a very surprising behavior with self-closing tags. An issue had been opened in the Polymer project. I seems things won't change as self-closing tags should not be supported at all.

@bdulac bdulac closed this as completed Nov 30, 2014
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

1 participant