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

A empty listbox with long header will appear scroll bar (IE only)

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Normal
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 6.0.1
    • Component/s: None
    • Labels:
      None

      Description

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

        Attachments

          Activity

            People

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

              Dates

              Created:
              Updated:
              Resolved: