Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1894

Groupbox cann't collapse with none size while its height is set

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Major Major
    • None
    • 6.5.3, 7.0.0, 6.5.4
    • Components
    • Tomcat 7.0.42 / JDK 1.6.0_45 / Firefox 23.0 & IE 10.0

      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>

            RaymondChao RaymondChao
            jasonhoo jasonhoo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: