Menu

#975 splitter of borderLayout problem

closed-fixed
nobody
None
5
2008-08-07
2008-04-11
ivan cheng
No

In IE6;
1. Click collapse button of right splitter.
2. The splitter will move to the end of right side.
3. Drag left splitter to the end of right side.
4. Click collapse button of right splitter.
5. Right splitter will move to the left side and excess the Left splitter.

<zk>
<borderlayout height="500px">
<center border="0">
<borderlayout>
<west maxsize="600" minsize="300" size="30%" flex="true" border="0" splittable="true">
<div style="background:#E6D92C">
<label value="30%"
style="color:white;font-size:50px" />
</div>
</west>
<center>
<label value="Here is a border"
style="color:gray;font-size:30px" />
</center>
<east size="30%" flex="true" border="0" collapsible="true">
<div style="background:#B8D335">
<label value="30%"
style="color:white;font-size:50px" />
</div>
</east>
</borderlayout>
</center>
</borderlayout>
</zk>

Discussion

  • Jumper Chen

    Jumper Chen - 2008-08-07
    • status: open --> closed-fixed
     
  • Jumper Chen

    Jumper Chen - 2008-08-07

    Logged In: YES
    user_id=1684431
    Originator: NO

    Fixed since 8/7. (ZK 3.5.0 new borderlayout mold only)

     

Log in to post a comment.