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

smooth frozen scroll-click issues

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 8.6.2
    • 8.6.1
    • Components
    • Security Level: Jimmy
    • ZK 8.6.2 S1, ZK 8.6.2 S2
    • None

      Steps to Reproduce

      <zk>
      	<grid id="grid" width="300px">
      		<columns>
      			<column label="col 1" width="150px"/>
      			<column label="col 2" width="150px"/>
      			<column label="col 3" align="center" width="150px"/>
      			<column label="col 4" align="right" width="150px"/>
      		</columns>
      		<frozen columns="1"/>
      		<rows>
      			<row><label value="1"/><label value="2"/><label value="3"/><label value="4"/></row>
      			<row><label value="1"/><label value="2"/><label value="3"/><label value="4"/></row>
      			<row><label value="1"/><label value="2"/><label value="3"/><label value="4"/></row>
      		</rows>
      	</grid>
      </zk>
      

      click the arrows of the horizontal scrollbar

      Current Result

      not all clicks register (sometimes the right-most column is unreachable)

      Expected Result

      keeping the scrollbar position in sync with the column scroll position

      Debug Info

      Root Cause

      suspected rounding artifact from the non-smooth scrollbar implementation

      Workaround

            DevChu DevChu
            cor3000 cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: