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

Custom scrollbar in Grid/Listbox with ROD enabled not work correcly after resizing browser width

XMLWordPrintable

      Test steps:
      1. Shrink browser width to make sure the horizontal scrollbar showed at first loading.
      2. Extend or shrink browser width
      3. Horizontal scrollbar did not work correctly

      Reproducible sample:

      <zk>
      	<zscript><![CDATA[
      	Object[] col = new Object[25];
      	]]></zscript>
      	<window hflex="1">
      		<listbox height="300px" emptyMessage="no items">
      			<custom-attributes org.zkoss.zul.listbox.rod="true" />
      			<listhead>
      				<listheader forEach="${col}" label="col ${forEachStatus.index + 1}" hflex="min" />
      			</listhead>
      		</listbox>
      	</window>
      </zk>
      

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

              Created:
              Updated:
              Resolved: