-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major
-
None
-
Affects Version/s: 6.5.3, 7.0.0, 6.5.4
-
Component/s: Components
-
Environment:
Tomcat 7.0.42 / JDK 1.6.0_45 / Firefox 23.0 & IE 10.0
-
None
I should use style="overflow:auto;position:relative;padding:0px;" for groupbox.When I set height of groupbox with value, it couldn't collapse with none size. The simplest code is as follows:
<zk>
<groupbox width="100%" height="80px">
<caption label="Enable Backups"/>
<label value="Directory:" />
<textbox />
<checkbox label="Compress archived files" />
</groupbox>
<groupbox width="100%" height="80px">
<caption label="Enable Backups"/>
<label value="Directory:" />
<textbox />
<checkbox label="Compress archived files" />
</groupbox>
</zk>