-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.3
-
None
-
Security Level: Jimmy
-
None
-
ZK 8.0.4 S1
-
None
steps to reproduce
- run the attached file, 3411.zul
actual result
There is an extra space between the bottom of the window and the bottom of the page.
Since we specify vflex="1", the window's height should extend to fill the page's height.
expected result
There should be no space between the bottom of the window and the bottom of the page.
debug info
- t3879.zul is the original user's case
- resize a browser, the window's height will fill up the page's width
workaround
specify height="100%" on the out-most window.
- relates to
-
ZK-3458 a component's width doesn't fill up its parent with hflex="1" when there is a scrollbar
- Closed