-
Bug
-
Resolution: Fixed
-
Normal
-
8.5.2
-
None
-
Security Level: Jimmy
-
None
-
ZK 8.6.0 S1, ZK 8.6.0 S2
-
None
Steps to Reproduce
1. run the zul
<zk> <hbox spacing="0" width="100%" height="100%" widths="50%,50%"> <panel title="Dashboard 2.1" border="normal" vflex="true" hflex="true"> <panelchildren> <div>Dashboard components</div> </panelchildren> </panel> <splitter/> <panel title="Dashboard 2.2" border="normal" vflex="true" hflex="true"> <panelchildren> <div>Dashboard components</div> </panelchildren> </panel> </hbox> </zk>
2. drag the splitter to left to any position
Current Result
shrinks the height of its children component
Expected Result
height keeps unchanged after resizing.
Debug Information
- this is a simplified case of t5743-2.zul, please also test it