-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Listbox: Unexpected behaviour of Page Up/Down + infinite loop #14686
Comments
Hi, I've checked in both 17.7.0 and 16.9.5-lts versions and couldn't detect the issue. Could you please share a stackblitz example so we can identify the issue clearly? See the examples: While waiting for the example, I'm moving the issue to the next milestone. |
Closing the issue due to inactivity. Feel free to open a new issue with the reproducer. |
Describe the bug
Page Up behaves as Page Down
Page Down key press causes infinite loop
Environment
SPA Angular web app
Windows environment
Reproducer
No response
Angular version
16.2.9
PrimeNG version
16.9.4-lts
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.17.0
Browser(s)
Chrome 121.0.6167.85 (Official Build) (64-bit)
Steps to reproduce the behavior
Expected behaviour: List scrolls down
Actual behaviour: nothing happens
Expected behaviour: No action as the list is already scrolled up
Actual behaviour: List scrolls down
Expected behaviour: List scrolls up
Actual behaviour: nothing happens
Expected behaviour: nothing happens as the list is already scrolled down
Actual behaviour: Control enters an infinite loop and becomes unresponsive
Expected behavior
Page Down scrolls the list down
Page Up scrolls the list up
Control remains responsive
The text was updated successfully, but these errors were encountered: