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
Probably delite/Container should be modified to only call onAddChild() for Elements, not for text nodes. Note that the spec for that method is confused in that it mentions both Element and Node as though they are identical.
When you have an accordion inside a template, there's an exception instantiating the widget. For example, in a template:
The problem happens because when the template is compiled, it ends up with statements like:
(or something like that), and Accordion (and perhaps other widgets) aren't set up to handle that.
The text should be ignored, not registered as a panel.
The workaround is to remove spaces between the nodes, like this:
The text was updated successfully, but these errors were encountered: