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

Panel vflex wrong with toolbar

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.0.1
    • 6.0.0
    • Components

      In this following example, Panel has the wrong height. Only in ZK 6.

      <zk>
      	<div height="400px" style="border: 1px soild red">
      		<panel vflex="1" border="normal" title="Panel" framable="true"
      			closable="true" maximizable="true" minimizable="true" collapsible="true">
      			<toolbar mold="panel">Toolbar</toolbar>
      			<panelchildren>
      				Panel Content
      			</panelchildren>
      			<toolbar>Toolbar</toolbar>
      			<toolbar mold="panel">Toolbar</toolbar>
      		</panel>
      	</div>
      </zk>
      

            benbai benbai
            SimonPai SimonPai
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: