Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-4869

borderlayout keeps resizing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 9.6.0
    • Freshly, 8.0.5, 9.5.1.2, 9.6.0
    • Components
    • happens on chrome and safari
      FF doesn't show the same issue

      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

      Debug Information


      Workaround


            DevChu DevChu
            cor3000 cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: