Menu

#1237 Fail to invalidate cmp inside borderlayout if flex=true...

3.5.0
closed-fixed
nobody
5
2008-11-19
2008-11-19
Jumper Chen
No

The bug can only be caused by the fact that debugJS is true.

<zk>
<borderlayout height="100px">
<center flex="true">
<div id="div">Please turn on the debug JS configuration because it can only be appeared in that case.
<button label="Click Me" onClick="div.invalidate();"/>
</div>
</center>
</borderlayout>
</zk>

Discussion

  • Jumper Chen

    Jumper Chen - 2008-11-19

    Fixed since 11/19.

     
  • Jumper Chen

    Jumper Chen - 2008-11-19
    • status: open --> closed-fixed
     

Log in to post a comment.