-
Bug
-
Resolution: Fixed
-
Normal
-
9.0.0
Steps to Reproduce
<zk> <groupbox height="500px" width="500px" title="Closed Groupbox" open="false"> <custom-attributes org.zkoss.zul.css.flex="true"/> <div vflex="1" style="border: 1px solid red"> surrounding div uses vflex="1" </div> </groupbox> </zk>
http://zkfiddle.org/sample/2b58g32/1-ZK-4467
Open the grouopbox
Current Result
the <div> inside the drawer doesn't resize
Expected Result
the <div> should consume the whole available height inside the groupbox.
Debug Information
Workaround
<custom-attributes org.zkoss.zul.css.flex="false"/>
- blocks
-
KEIKAI-127 vflex="1" doesn't work with a parent component
- Closed
- relates to
-
ZK-317 Support CSS3 flex that allows developer to specify the flexibility easier and more flexible
- Closed