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