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

Some columns disappeared after resizing "percentage width" columns

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 7.0.2
    • 7.0.0, 7.0.1
    • None
    • Security Level: Jimmy

      The issue can be observed when resize any column.
      The issue does not happen in ZK 6.5.5.

      test.zul
      <zk>
          <window title="Listbox" border="normal">
              <listbox>
                  <listhead sizable="true">
                      <listheader label="Column 1" width="20%" />
                      <listheader label="Column 2" width="20%" />
                      <listheader label="Column 3" width="20%" />
                      <listheader label="Column 4" width="20%" />
                      <listheader label="Column 5" width="20%" />
                  </listhead>
                  <listitem height="28px">
                      <listcell label="Item 1" />
                      <listcell label="Item 2" />
                      <listcell label="Item 3" />
                      <listcell label="Item 4" />
                      <listcell label="Item 5" />
                  </listitem>
              </listbox>
          </window>
          <window title="Grid" border="normal">
              <grid>
                  <columns sizable="true">
                      <column label="Column 1" width="20%"/>
                      <column label="Column 2" width="20%"/>
                      <column label="Column 3" width="20%"/>
                      <column label="Column 4" width="20%"/>
                      <column label="Column 5" width="20%"/>
                  </columns>
                  <rows>
                      <row>
                          <label value="Item 1" />
                          <label value="Item 2" />
                          <label value="Item 3" />
                          <label value="Item 4" />
                          <label value="Item 5" />
                      </row>
                  </rows>
              </grid>
          </window>
      </zk>
      

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

              Created:
              Updated:
              Resolved: