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

vbox doesn't render its height of children components correctly with splitters

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Normal
    • Resolution: Won't Fix
    • Affects Version/s: 8.5.2, 8.6.0
    • Fix Version/s: 8.6.0
    • Component/s: None
    • Security Level: Jimmy
    • Labels:
      None
    • gh.sprint.customfield.default.name:
      ZK 8.6.0 S1, ZK 8.6.0 S2

      Description

      Steps to Reproduce

      1. load the zul with 8.6.0.FL.20180822-Eval

      <zk>
          <vbox spacing="0" width="100%" height="100%" heights="20%,60%,20%">
              <panel title="Dashboard 3.1" border="normal" vflex="true" hflex="true">
                  <panelchildren>
                      <div>Dashboard components</div>
                  </panelchildren>
              </panel>
              <splitter/>
              <panel title="Dashboard 3.2" border="normal" vflex="true" hflex="true">
                  <panelchildren>
                      <div>Dashboard components</div>
                  </panelchildren>
              </panel>
              <splitter/>
              <panel title="Dashboard 3.3" border="normal" vflex="true" hflex="true">
                  <panelchildren>
                      <div>Dashboard components</div>
                  </panelchildren>
              </panel>
          </vbox>
      </zk>
      

      Current Result

      Expected Result

      the height 3 panels should

      • conform what I specified in heights
      • not exceed a page maximal height

      Debug Information

      • this is a simplified case of t5743-1.zul, please also test it

        Attachments

          Issue Links

            Activity

              People

              Assignee:
              DevChu DevChu
              Reporter:
              hawk hawk
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved: