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

Tablelayout chidrens with v/hflex set don't render when flex css activate

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 9.5.0
    • 9.0.0, 9.0.1
    • Components, CSS
    • Security Level: Jimmy
    • Windows 10
      Java8
      Firefox (latest version)
      Chrome (latest version)

      Steps to Reproduce

      Run the attached zul in ZKEE 9.0.0

          <library-property>
              <name>org.zkoss.zul.css.flex</name>
              <value>true</value>
          </library-property>    
      

      Current Result

      the tableLayout dont work anymore... theirs content turn invisible.

      Expected Result

      the tableLayout works.

      Debug Information

      Investigating this, I figured out if any component inside was set with v/h flex ... all turn a mess.

      Workaround

      Disable CSS flex in tablelayout

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

            DevChu DevChu
            andreasboos andreasboos
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: