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

hflex in grid failed in IE 9 only

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Normal
    • Resolution: Fixed
    • Affects Version/s: 5.0.8
    • Fix Version/s: 5.0.9
    • Component/s: Components
    • Security Level: Jimmy
    • Labels:
      None

      Description

      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>
      

        Attachments

          Activity

            People

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

              Dates

              Created:
              Updated:
              Resolved: