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

A empty listbox with long header set span doesn't work (IE only)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.0.1
    • 6.0.0, 5.0.11
    • Components
    • None

      <div width="300px">
      		<listbox span="2">
      			<listhead>
      				<listheader label="col 1" width="50px" />
      				<listheader label="col 2" width="50px" />
      				<listheader label="col 3" width="50px" />
      			</listhead>
      		</listbox>
      		<listbox span="2">
      			<listhead>
      				<listheader label="col 1" width="50px" />
      				<listheader label="col 2" width="50px" />
      				<listheader label="col 3" width="50px" />
      			</listhead>
      			<listitem>
      				<listcell label="item"/>
      				<listcell label="item"/>
      				<listcell label="item"/>
      			</listitem>
      		</listbox>
      	</div>
      

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

              Created:
              Updated:
              Resolved: