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

Borderlayout and North should reset the size at the same time when flex = true

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • Components
    • None

      Steps to Reproduce

      http://zkfiddle.org/sample/3l6qmbr/1-Another-new-ZK-fiddle

      run the fiddle then resize the browser window.

      observe the zklog, the size of borderlayout and north should be very close(border deviation).

      Current Result

      after resize the browser window, the north size didn't sync with borderlayout onFitSize.

      Expected Result

      after resize the browser window, the north size should sync with borderlayout onFitSize.

      Debug Information

      The order is onBeforeSize > onFitSize > onSize

      Borderlayout reset at onBeforeSize, but North didn't reset till onSize.

      Maybe borderlayout should reset its children onBeforeSize.

      Workaround

       

            Leon03 Leon03
            Leon03 Leon03
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: