-
Bug
-
Resolution: Fixed
-
Blocker
-
9.0.0, 9.0.1
-
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>
- relates to
-
ZK-317 Support CSS3 flex that allows developer to specify the flexibility easier and more flexible
- Closed