You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: