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