Skip to content

[0.9] when I move a dom-repeat element from one parent to another, the items will gone #1498

Closed
@jwu

Description

<dom-module id="custom-element">
  <template>
    <template is="dom-repeat">{{users}}</div>
  </template>
</dom-module>

In the

<div id="first"><custom-element id="my-list"></custom-element></div>
<div id="second"></div>

When I use Polymer.dom(element("#second")).appendChild( element("#my-list") ), the whole list inside it will be removed.

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions