-
Bug
-
Resolution: Fixed
-
Normal
-
8.6.1
-
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