Virtual Scroll Jumping Backwards #14298
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Discussed in https://github.com/orgs/primefaces/discussions/353
Originally posted by msixfour October 31, 2023
@cetincakiroglu
if we have a textarea next to a dropdown and pass [autoresize]=true to it, the virtual scroll doesn't work correctly.
Code to reproduce:
Environment
Prime 17
Reproducer
https://codesandbox.io/s/primeng-dropdown-virtualscroll-demo-forked-8tn6m7?file=/src/app/demo/dropdown-virtualscroll-demo.html
Angular version
17.0.5
PrimeNG version
17.0.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.17.1
Browser(s)
chrome
Steps to reproduce the behavior
Add virtual scroll with fewer elements (50), next to it add textarea with [autoResize]="true". When scrolling down the scroll will jump.
Expected behavior
Scroll should move the elements smoothly.
The text was updated successfully, but these errors were encountered: