Menu

#2747 IE6 7 only, Tree will not increase height when open treeitem

5.0.7
closed-fixed
nobody
5
2011-07-13
2011-06-29
jimmy shiau
No

it will happen when horizontal scroll appears.
<zk>
<tree width="100px">
<treecols>
<treecol width="200px"/>
</treecols>
<treechildren>
<treeitem forEach="1,2,3,4,5" label="item" open="false">
<treechildren>
<treeitem forEach="1,2,3,4,5" label="item"/>
</treechildren>
</treeitem>
</treechildren>
</tree>
</zk>

Discussion

  • Simon Pai

    Simon Pai - 2011-07-13

    Fixed since 2011/7/13.

     
  • Simon Pai

    Simon Pai - 2011-07-13
    • status: open --> closed-fixed
     

Log in to post a comment.