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

Groupbox calculate a wrong hight after the groupbox be hide then show

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.5.1
    • 5.0.11
    • Components
    • None

      <zk>
      	<panel title="panel" border="normal" width="100px"
      		collapsible="true">
      		<panelchildren>
      			<groupbox mold="3d" height="100%">
      				<caption label="Contacts" />
      				<div>a</div>
      				<div>a</div>
      			</groupbox>
      		</panelchildren>
      	</panel>
      	
      	<borderlayout  width="100px">
      		<west title="north" collapsible="true">
      			<div>
      				<groupbox mold="3d" height="100%">
      					<caption label="Contacts" />
      					<div>a</div>
      					<div>a</div>
      				</groupbox>
      			</div>
      		</west>
      	</borderlayout>
      </zk>
      

            jumperchen jumperchen
            jimmyshiau jimmyshiau
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: