-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Component: picklist scrolls to top #15861
Comments
Adding a little clarification to duplication steps here:
Watching the animation, if I don't scroll down and click an item (not the first), it animates the first item as though I clicked it, then moves to the item I selected. Of note, running Angular 17 (latest minor). Problem was noted in test with at least PrimeNG ~17.17 |
This also happens in the official webpage. If you scroll down in source elements and click last one, you'll get scrolled back to the top. |
Bump. Seeing this bug as well. Like @jorgebenaventee mentioned, it's happening on the documentation page. |
Fixed #15861 - Component: picklist scrolls to top
Describe the bug
When picklist gets focus, it scrolls to top.
Environment
Example on https://primeng.org/picklist
Reproducer
No response
Angular version
18.0.1
PrimeNG version
17.18.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
Browser(s)
FF, Chrome
Steps to reproduce the behavior
Expected behavior
It should not scroll to top.
See version 16
https://www.primefaces.org/primeng-v16-lts/picklist
The text was updated successfully, but these errors were encountered: