splitlayout with horizontal orientation displayed with collapses areas

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 9.0.0
    • Affects Version/s: Freshly, 9.0.0
    • Component/s: None
    • Environment:

      Using ZK 9.0.0-RC2 with Atlantic 9.0.0-RC2

    • None

      Splitlayout with orient="horizontal" is displayed totally collapsed on the left, no matter of area content, fixed width or hflex.

      Steps to Reproduce

       

      <zk>
      <splitlayout vflex="1" hflex="1" orient="horizontal" >
      <div sclass="area" vflex="1" hflex="1">
      <label value="Area 1"/>
      </div>
      <div sclass="area" vflex="1" hflex="1">
      <label value="Area 2"/>
      </div>
      </splitlayout>
      </zk>

      Current Result

      Expected Result

      Debug Information

      Inspecting with Chrome the element <div class="z-splitlayout"> has the following style:

      1. height: 100%;
      2. width: 100%;
      3. display: flex;
      4. flex-direction: column;

      Workaround

       

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

              Created:
              Updated:
              Resolved: