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

Last row in Grid not showing when row size is 101 and ROD enabled in IE

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 5.0.14
    • 5.0.13
    • Components
    • Security Level: Jimmy

      The last row is not rendered when scrolling to most bottom in IE and ZK 5.0 only.

      Reproducible sample:

      <zk>
      	<zscript>Object[] obj = new Object[101];</zscript>
      	<grid id="tableViewerGrid" vflex="1">
      		<custom-attributes org.zkoss.zul.grid.rod="true" />
      		<columns sizable="true" >
      			<column label="Jan"/><column label="Feb"/><column label="Mar"/>
      			<column label="Apr"/><column label="May"/><column label="Jun"/>
      			<column label="Jul"/><column label="Aug"/><column label="Sep"/>
      			<column label="Oct"/><column label="Nov"/><column label="Dec"/>
      		</columns>
      		<rows>
      			<row forEach="${obj}">
      				<label value="${forEachStatus.index}"/><label value="1,100"/><label value="1,200"/>
      				<label value="1,300"/><label value="1,400"/><label value="1,500"/>
      				<label value="1,600"/><label value="1,700"/><label value="1,800"/>
      				<label value="1,900"/><label value="2,000"/><label value="2,100"/>
      			</row>
      		</rows>
      	</grid>
      </zk>
      
      

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

              Created:
              Updated:
              Resolved: