-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 6.5.8.1
-
Component/s: Components
-
None
Steps to Reproduce
run the following ZUL file
<zk> <hlayout hflex="1" vflex="1"> <borderlayout vflex="min" hflex="1" > <north vflex="min"> <div vflex="min" style="background:yellow;"> <span>01234567890</span> <span>11234567890</span> <span>21234567890</span> <span>01234567890</span> <span>11234567890</span> <span>21234567890</span> <span>01234567890</span> <span>11234567890</span> <span>21234567890</span> <span>01234567890</span> <span>11234567890</span> <span>21234567890</span> </div> </north> </borderlayout> </hlayout> </zk>
Current Result
The height is not correct
Expected Result
The height is one-line height
Debug Information
might be word-wrap issue
Workaround
- blocks
-
KEIKAI-126 keikai shows unexpected .zsttbhsp div after initial loading
-
- Closed
-
- relates to
-
ZK-4758 resize browser window cause heavy rendering with hflex=1
-
- Closed
-