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

splitlayout with horizontal orientation displayed with collapses areas

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 9.0.0
    • Freshly, 9.0.0
    • None
    • Using ZK 9.0.0-RC2 with Atlantic 9.0.0-RC2

      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

       

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

              Created:
              Updated:
              Resolved: