-
Bug
-
Resolution: Fixed
-
Normal
-
Freshly, 8.0.5, 9.5.1.2, 9.6.0
-
happens on chrome and safari
FF doesn't show the same issue
-
None
Steps to Reproduce
<zk xmlns:w="client"> <borderlayout height="400px" width="800px"> <north>North</north> <west>West</west> <center></center> <east>East</east> <south>South</south> </borderlayout> <button label="fireSized on borderlayout" w:onClick="zUtl.fireSized(zk.$('@borderlayout'));"/> </zk>
click the button or resize the browser window (doesn't matter how much, 1px is enough)
Current Result
the center region keeps shrinking 2px for each resize event
Expected Result
the regions keep their initial size