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

Frozen column added to Listbox with paging causes problem

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.8
    • 5.0.8, Freshly
    • Components

      When Frozen columns are added to Listbox which has its mode set to "paging", it causes problem.

      Following is a simple zul page to re-produce the error

      <zk>
      <listbox mold="paging" pageSize="2" >

      <listhead>
      <listheader label="header 1"/>
      <listheader label="header 2"/>
      <listheader label="header 3"/>
      <listheader label="header 4"/>
      </listhead>
      <frozen columns="2"/>
      <listitem>
      <listcell label="cell 1"/>
      <listcell label="cell 2"/>
      <listcell label="cell 3"/>
      <listcell label="cell 4"/>
      </listitem>
      <listitem>
      <listcell label="cell 1"/>
      <listcell label="cell 2"/>
      <listcell label="cell 3"/>
      <listcell label="cell 4"/>
      </listitem>
      <listitem>
      <listcell label="cell 1"/>
      <listcell label="cell 2"/>
      <listcell label="cell 3"/>
      <listcell label="cell 4"/>
      </listitem>
      <listitem>
      <listcell label="cell 1"/>
      <listcell label="cell 2"/>
      <listcell label="cell 3"/>
      <listcell label="cell 4"/>
      </listitem>
      </listbox>
      </zk>

            jimmyshiau jimmyshiau
            blin blin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: