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

hflex in grid failed in IE 9 only

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.9
    • 5.0.8
    • Components
    • Security Level: Jimmy
    • None

      The column header for the hflex calculated incorrectly and it is not aligned with row datas.
      Only happened when scroll bar showed.

      <zk>
      <grid width="500px" height="60px">
      	<columns>
      		<column width="80px" label="Name"></column>
      		<column hflex="1" label="Title"></column>
      		<column width="80px" label="Analyst"></column>
      		<column width="80px" label="Symbol"></column>
      		<column width="80px" label="Source"></column>
      	</columns>
      	<rows>
      		<row>
      			<cell><label value="name1" /></cell>
      			<cell><label value="name1" /></cell>
      			<cell><label value="name1" /></cell>
      			<cell><label value="name1" /></cell>
      			<cell><label value="name1" /></cell>
      		</row>
      		<row>
      			<cell><label value="name1" /></cell>
      			<cell><label value="name1" /></cell>
      			<cell><label value="name1" /></cell>
      			<cell><label value="name1" /></cell>
      			<cell><label value="name1" /></cell>
      		</row>
      	</rows>
      </grid>
      </zk>
      

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

              Created:
              Updated:
              Resolved: