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

borderlayout keeps resizing

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Normal
    • Resolution: Fixed
    • Affects Version/s: Freshly, 8.0.5, 9.5.1.2, 9.6.0
    • Fix Version/s: 9.6.0
    • Component/s: Components
    • Environment:

      happens on chrome and safari
      FF doesn't show the same issue

      Description

      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


        Attachments

          Issue Links

            Activity

              People

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

                Dates

                Created:
                Updated:
                Resolved: