-
Bug
-
Resolution: Cannot Reproduce
-
Critical
-
None
-
9.0.0, 9.0.1
-
None
-
Any environment.
Steps to Reproduce
Put any hflex or vflex to any element.
Current Result
- Sometimes you get a white page until you resize the browser.
- Elements do not get the process CSS for hflex or vflex like in previous versions.
Expected Result
Should work like all the times with versions 8.6.x
Debug Information
Workaround
We need to force the window to resize in order to make this work.
<script defer="true">
zk.afterMount(function()
, 100);
</script>
- relates to
-
ZK-4556 modal window with border layout doesn't resize correctly
- Closed