jspreadsheet / ce

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
https://bossanova.uk/jspreadsheet/v4
MIT License
6.66k stars 818 forks source link

Mouse Scroll then move Horizontal Scrollbar causes jump to start #1661

Open e012345678 opened 7 months ago

e012345678 commented 7 months ago

STR:

  1. Go to https://bossanova.uk/jspreadsheet/v4/examples/table-overflow
  2. Use Middle Mouse Button to Scroll to the bottom of the grid
  3. Use horizontal scrollbar to scroll to the right

This causes the whole table to jump to first row. Is there anyway to workaround this behavior?

Thank you!