You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an onLazyLoad event happens, the virtual scroller position moves back to the top. I saw the same report in PrimeVue, and upon a glance, it seems the fix has not been backported.
The behavior can be seen in the video below. The left side shows requests to load new data, and the right (edge of the screen), is scroller reset behavior.
2024-02-19.15-22-47.mp4
Reproducer
No response
PrimeReact version
10.5.1
React version
18.x
Language
TypeScript
Build / Runtime
Next.js
Browser(s)
Chrome v121.0.6167.184
Steps to reproduce the behavior
N/a (already a bug in PrimeVue)
Expected behavior
The virtual scroller should not be reset when onLazyLoad happens.
The text was updated successfully, but these errors were encountered:
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Feb 19, 2024
Describe the bug
Related to: primefaces/primevue#5078.
When an
onLazyLoad
event happens, the virtual scroller position moves back to the top. I saw the same report in PrimeVue, and upon a glance, it seems the fix has not been backported.The behavior can be seen in the video below. The left side shows requests to load new data, and the right (edge of the screen), is scroller reset behavior.
2024-02-19.15-22-47.mp4
Reproducer
No response
PrimeReact version
10.5.1
React version
18.x
Language
TypeScript
Build / Runtime
Next.js
Browser(s)
Chrome v121.0.6167.184
Steps to reproduce the behavior
N/a (already a bug in PrimeVue)
Expected behavior
The virtual scroller should not be reset when
onLazyLoad
happens.The text was updated successfully, but these errors were encountered: