0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript2,496 forks (2,496 forks)batch import
help wantedseverity: performance
Repository metrics
- Stars
- 5,395 stars (5,395 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
- When there is lot of data like 1000+ rows pumped into grid, vertical scrolling in MacOS safari not working properly.
- Vertical scrolling is going back to 1st row of the grid. After scrolling multiple times it's behaving normal. After few scrolls, scrolling is not working again.
Contributor guide
- Research direction
- Reproduce the scrolling bug on MacOS Safari with 1000+ rows. Inspect the scroll event handling and check for any CSS properties or JavaScript logic that resets the scroll position. Consider using macOS specific test environments.
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Prerequisites
- None