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

hflex doesn't work as design in columnlayout

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 9.0.1
    • 9.0.0
    • Components
    • Security Level: Jimmy

      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"/>

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

              Created:
              Updated:
              Resolved: