Add a draggable item to tree will cause js error

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 5.0.9
    • Affects Version/s: 5.0.8
    • Component/s: Components
    • None
    • None

      <zk>
      	<button label="add item">
      		<attribute name="onClick"><![CDATA[
      			Treeitem item = new Treeitem("new");
      			item.setDraggable("true");
      			tc.appendChild(item);
      		]]></attribute>
      	</button>
      	<tree>
      		<treechildren>
      			<treeitem label="item 1" open="false">
      				<treechildren id="tc">
      				
      				</treechildren>
      			</treeitem>
      		</treechildren>
      	</tree>
      </zk>
      

            Assignee:
            SimonPai
            Reporter:
            jimmyshiau
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: