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

incorrect css flex on columns when using auxheaders

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 9.0.0
    • Freshly, 9.0.0
    • Components
    • Security Level: Jimmy
    • None

      Steps to Reproduce

      <zk>
          <grid>
      <!--        <custom-attributes org.zkoss.zul.css.flex="false"/>-->
              <auxhead>
                  <auxheader label="aux1"/>
                  <auxheader label="aux2"/>
                  <auxheader label="aux3"/>
              </auxhead>
              <columns>
                  <column label="col1" hflex="1"/>
                  <column label="col2" hflex="2"/>
                  <column label="col3" hflex="1"/>
              </columns>
          </grid>
      </zk>
      

      Current Result

      Expected Result

      Workaround

      disable css flex as commented out in the example code

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

              Created:
              Updated:
              Resolved: