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

Grid content got wrong position after scroll to right then scroll back with frozen.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 5.0.10
    • 5.0.9
    • None
    • Security Level: Jimmy
    • None
    • IE8

      As code below,
      drag to right most then drag back to left, the intbox after frozen jump to a few pixels to the right.

      <zk>
      	<grid height="350px" width="817px">
      		<frozen style="background: #DFDED8" columns="3">
      			<div style="padding: 0 10px;" /> 
      		</frozen>
      		<columns>
      			<column width="80px" label="1" align="right"/> 
      			<column width="80px" label="2" align="right"/>
      			<column width="80px" label="3" align="right"/>
      			<column width="80px" label="4" align="right"/>
      			<column width="80px" label="5" align="right"/>
      			<column width="80px" label="6" align="right"/>
      			<column width="80px" label="7" align="right"/>
      			<column width="80px" label="8" align="right"/>
      			<column width="80px" label="9" align="right"/>
      			<column width="80px" label="10" align="right"/>
      		</columns>
      		<rows>
      			<row>
      				<intbox value="12345" style="text-align:right;" width="50px" />
      				<intbox value="12345" style="text-align:right;" width="50px" />
      				<intbox value="12345" style="text-align:right;" width="50px" />
      				<intbox value="12345" style="text-align:right;" width="50px" />
      				<intbox value="12345" style="text-align:right;" width="50px" />
      				<intbox value="12345" style="text-align:right;" width="50px" />
      				<intbox value="12345" style="text-align:right;" width="50px" />
      				<intbox value="12345" style="text-align:right;" width="50px" />
      				<intbox value="12345" style="text-align:right;" width="50px" />
      				<intbox value="12345" style="text-align:right;" width="50px" />
      			</row>
      		</rows>
      	</grid>
      </zk>
      

            jumperchen jumperchen
            benbai benbai
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: