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

The row of the listbox are not aligned with the head (Firefox 11 only)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.0.1, 5.0.12
    • 6.0.0
    • Components
    • Security Level: Jimmy
    • None

      <zk>
      	<listbox vflex="true">
      		<listhead>
      			<listheader label="col" width="30px" />
      			<listheader label="col" hflex="1" />
      			<listheader label="col" hflex="1" />
      		</listhead>
      		<listitem forEach="1,2,3,4,5">
      			<listcell forEach="1,2,3" label="item ${each}" />
      		</listitem>
      	</listbox>
      </zk>
      

            SimonPai SimonPai
            jimmyshiau jimmyshiau
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: