hflex doesn't work as design in columnlayout

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 9.0.1
    • Affects Version/s: 9.0.0
    • Component/s: Components
    • Security Level: Jimmy
    • None

      Steps to Reproduce

      1. run

          <columnlayout>
              <columnchildren hflex="1" >
                  <label value="Column 1" />
              </columnchildren>
              <columnchildren hflex="1" >
                  <label value="Column 2" />
              </columnchildren>
              <columnchildren hflex="1">
                  <label value="Column 3" />
              </columnchildren>
          </columnlayout>
      

      Current Result

      Column 1
      Column 2
      Column 3

      Expected Result

      3 labels are displayed horizontally.

      Workaround

      <custom-attributes org.zkoss.zul.css.flex="false"/>

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

              Created:
              Updated:
              Resolved: