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.77k stars 828 forks source link

row disappears when navigate with the keyboard arrows #1458

Open ideabox-thiago opened 3 years ago

ideabox-thiago commented 3 years ago

At some point, when I navigate with the keyboard arrow with lazyLoading enabled, a row disappears from the visible area of the table. This issue can be checked on the lib's own page, https://bossanova.uk/jspreadsheet/v4/examples/lazy-loading. Does anyone know any solution for this?

GBonnaire commented 3 years ago

i fail to reproduct your bug.

What do you use as a browser ?

You navigate only top / down or left / right ?

ideabox-thiago commented 3 years ago

I navigate down / up. When the lib loads the next set of data, the problem occurs. I'm using Chrome browser.

GBonnaire commented 3 years ago

Yes, i see a problem, is just bad cursor position. When i have time, i make a PR for fix that.

Maybe @pphod have already fix that.