Menu

#2666 IE9 only, tab will be hide after open then close

5.0.7
closed-fixed
nobody
5
2011-07-12
2011-05-20
jimmy shiau
No

Click b then click a,
mousober on tabbox, tab "b" will be hide.
<zk>
<div height="300px" width="300px" style="border:1px solid black;">
<tabbox mold="accordion-lite" vflex="1">
<tabs>
<tab label="a"/>
<tab label="b"/>
</tabs>
<tabpanels>
<tabpanel style="overflow:auto">
<div height="290px" width="290px"/>
</tabpanel>
<tabpanel style="overflow:auto">
<div height="290px" width="290px"/>
</tabpanel>
</tabpanels>
</tabbox>
</div>
</zk>

Discussion

  • Jumper Chen

    Jumper Chen - 2011-07-12
    • status: open --> closed-fixed
     
  • Jumper Chen

    Jumper Chen - 2011-07-12

    Bug fixed since 2011/07/12.
    Refer to this fixed - revision 17123

     

Log in to post a comment.