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

Bandpopup opened with alternating width

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 7.0.2
    • 5.0.13, 7.0.1, 6.5.6
    • General
    • Security Level: Jimmy
    • happened since 5.0.8

      Open the bandbox popup several times to see the issue. The first time it opened, the bandpopup has the same width as the bandbox. The second time it opened, its width is shortened. This kind of behavior alternates indefinitely.

      test.zul
      <bandbox hflex="1">
          <bandpopup>
              <hlayout>
                  <label value="Name" hflex="1" />
                  <space />
                  <label value="Surname" hflex="1" />
              </hlayout>
              <hlayout>
                  <textbox value="Peter" hflex="1" />
                  <space />
                  <textbox value="Parker" hflex="1" />
              </hlayout>
          </bandpopup>
      </bandbox>
      

            jumperchen jumperchen
            neillee neillee
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: