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

Opened treeitem set disabled while not visible causes child treeitems to be removed from the DOM tree

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 8.0.2
    • 7.0.7, 8.0.1.1
    • None
    • Security Level: Jimmy
    • None
    • ZK 8.0.2 S2

      Reproduce with the following:
      1 - Close the root item
      2 - Click the toggle disable button
      3 - Open the root item
      >causes a js error in _showKids() due to the disabled item children not having an associated DOM node

      <zk>
      	<button label="Toggle disable" onClick="treeitem.disabled= !treeitem.disabled;" />
      	<tree id="tree" multiple="true" checkmark="true">
      		<treechildren>
      			<treeitem id="treeitem1" disabled="false">
      				<treerow>
      					<treecell label="Item 2" />
      				</treerow>
      				<treechildren>
      					<treeitem id="treeitem" disabled="false">
      						<treerow>
      							<treecell label="Item 2.1" />
      						</treerow>
      						<treechildren>
      							<treeitem>
      								<treerow>
      									<treecell label="Item 2.1.1" />
      								</treerow>
      							</treeitem>
      						</treechildren>
      					</treeitem>
      					<treeitem>
      						<treerow>
      							<treecell label="Item 2.2" />
      						</treerow>
      					</treeitem>
      				</treechildren>
      			</treeitem>
      		</treechildren>
      	</tree>
      </zk>
      

            SEFI SEFI
            MDuchemin MDuchemin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 6 hours
                6h