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

Select treeitem doesn't select the treeitem in it's treechildren

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 6.5.8.1
    • Components

      Steps to Reproduce

      1. select item 2.
      2. open item 2.

       

      <zk>
         <tree multiple="true" checkmark="true" height="300px" width="200px">
            <treecols>
               <treecol label = "tree"/>
            </treecols>
            <treechildren>
               <treeitem>
                  <treerow>
                     <treecell label="1"/>
                  </treerow>
               </treeitem>
               <treeitem open="false">
                  <treerow>
                     <treecell label="2"/>
                  </treerow>
                  <treechildren>
                     <treeitem>
                        <treerow>
                           <treecell label="2.1"/>
                        </treerow>
                    </treeitem>
                  </treechildren>
               </treeitem>
            </treechildren>
         </tree>
      </zk>
      

       

       

      Current Result

      item 2.1 doesn't select.

      Expected Result

      item 2.1 should be selected.

       

            katherinelin katherinelin
            katherinelin katherinelin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: