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

Panel vflex wrong with toolbar

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Normal
    • Resolution: Fixed
    • Affects Version/s: 6.0.0
    • Fix Version/s: 6.0.1
    • Component/s: Components
    • Labels:

      Description

      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>
      

        Attachments

          Activity

            People

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

              Dates

              Created:
              Updated:
              Resolved: