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

Panel's maximized function doesn't occupy the whole area (Freshly only)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.8
    • 5.0.8, Freshly
    • Components
    • None

      Reopen the bug.

      This test case is under zktest/test2/B50-3210336-2.zul

      <zk>
      Maximize the panels respectively. If the panel does not occupy the whole area, it is a bug.
      <portallayout maximizedMode="whole" style="border:2px solid red" height="500px">
      <portalchildren style="padding:5px;border:2px solid gray">
      <panel title="Panel 1" border="normal" maximizable="true" vflex="1">
      <panelchildren>1/2 ABCD</panelchildren>
      </panel>
      <panel title="Panel 2" border="normal" maximizable="true" vflex="1">
      <panelchildren>1/2 EFGH</panelchildren>
      </panel>
      </portalchildren>
      </portallayout>
      </zk>

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

              Created:
              Updated:
              Resolved: