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

Hflex fail when place the listbox in the second tab of the tabbox (IE8 only)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.9, 6.0.0
    • 5.0.8
    • Components
    • Security Level: Jean
    • None

       
      <zk>
      	<tabbox>
      		<tabs>
      			<tab label="tab" />
      			<tab label="tab" selected="true" />
      		</tabs>
      		<tabpanels>
      			<tabpanel></tabpanel>
      			<tabpanel>
      				<listbox height="150px" width="150px">
      					<listhead>
      						<listheader label="aaa" hflex="min" />
      						<listheader label="bbb" hflex="min" />
      						<listheader label="ccc" hflex="min" />
      					</listhead>
      					<listitem forEach="1,2,3">
      						<listcell label="aaaaaaaa" />
      						<listcell label="aaaa aaaa" />
      						<listcell label="aaaa aaaa" />
      					</listitem>
      				</listbox>
      			</tabpanel>
      		</tabpanels>
      	</tabbox>
      </zk>
      

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

              Created:
              Updated:
              Resolved: