jspreadsheet / jspreadsheet/ce

Lazyloading issue on 5k resolution

Open
#697 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
7.2k
Forks
890
PR merge metrics
No merged PRs in 30d

Description

This issue is a bit weird and hard to reproduce any only happens on high resolution monitors. I can see 57 rows on visible area and during scrolldown, excel grid loads additional +30 rows which is fine. When you scroll more all +30 is deleted and you see 100 rows again. there is a glitch there. It does not happen on laptop screen (when we see around 35 rows in visible area) but only on 5k imacs. I changed below value from 100 to 150 and everyting is working fine during scroll, where can be the issue ?
Error

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the lazy-loading glitch on a 5k-resolution monitor while scrolling the Excel grid, comparing the behavior with a laptop display. Check whether changing the mentioned value from 100 to 150 prevents the extra rows from disappearing; done means rows remain stable during scrolling at high resolution.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.