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

BorderLayout not stretched across the width of the window

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Later Later
    • None
    • 7.0.2
    • Components, Container
    • Browser: FF 29.0.1, IE 11
      OS: Windows 8.1 x64

      BorderLayout does not change its dimensions when resizing Window. But if you make a change in the size of the browser window, the BorderLayout immediately stretched boundaries Window. The error appears after clicking "maximizable" and then clicking "restore maximizable" of the Window

      <window border="normal" title="demo" closable="true" sizable="true" maximizable="true">
      <borderlayout vflex="1" hflex="1">
      <north border="none">
      bla-bla
      </north>
      <center border="true" style="border:1px solid red">
      bla-bla
      </center>
      </borderlayout>
      </window>

            Unassigned Unassigned
            Borz Borz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: