-
Bug
-
Resolution: Fixed
-
Normal
-
9.0.0.1, 9.5.0.2
-
Security Level: Jimmy
Steps to Reproduce
<goldenlayout id="gl" vflex="1" hflex="1"> <attribute name="areas"> A B </attribute> <goldenpanel area="A" title="Panel Blue"> <div vflex="1" hflex="1" style="background-color:blue !important"> <label value="Lorem ipsum"/> </div> </goldenpanel> <goldenpanel area="B" title="Panel Red"> <div vflex="1" hflex="1" style="background-color:red !important"> <label value="Lorem ipsum"/> </div> </goldenpanel> </goldenlayout>
Current Result
red panel's height doesn't consume the whole height of the parent
Expected Result
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