Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-3976

Tree with treecol fails to open/close nodes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 8.5.2
    • 8.5.1.2
    • Components
    • Security Level: Jimmy
    • None
    • ZK 8.5.2 S2

      Steps to Reproduce

      <zk>
      	<tree height="300px" width="300px">
      		<treecols>
      			<treecol label="item" width="200px"/>
      		</treecols>
      		<treechildren>
      			<treeitem open="true" label="1">
      				<treechildren>
      					<treeitem open="true" label="1.1">
      						<treechildren>
      							<treeitem open="true" label="1.1.1" />
      						</treechildren>
      					</treeitem>
      				</treechildren>
      			</treeitem>
      		</treechildren>
      	</tree>
      </zk>
      

      try to open/close nodes

      Current Result

      closing nodes doesn't update the UI

      Expected Result

      working open/close

      Debug Info

      this worked in 8.5.0

      open/close nodes works after removing the width="200px" from the <treecol> or removing the whole <treecols> element completely

            rudyhuang rudyhuang
            cor3000 cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - 4 hours
                4h
                Remaining:
                Time Spent - 1 hour Remaining Estimate - 3 hours
                3h
                Logged:
                Time Spent - 1 hour Remaining Estimate - 3 hours
                1h