Closed misha-erm closed 5 months ago
Hey @MikeYermolayev curious on your use case for an overflow scroll on the dropdown? unlike Select, dropdown menu doesn't have first class support for it.
Right now I can imagine 3 cases where we use dropdowns and the list can get long enough:
Thanks for that @MikeYermolayev, makes sense and sounds sensible. Looks like the main jank is related to browser scroll behaviour when focus is changing. We should look into how to improve this for dropdown
as we have for select
What if you use a radix scroll area instead?
The sub menu scrolling with the trigger is also a problem IMO
Just want to share one more case where I faced this problem again...
The issue becomes more critical when the dropdown is placed above the trigger because first interaction with the menu causes ui jumps
https://github.com/radix-ui/primitives/assets/8783498/9e0f541d-87b0-4ab5-8524-5cc7f86ba070
Any progress on this bug? I am experiencing this as well and would love to know if a fix is planned.
@nina-loet I've got a PR open which fixes it (https://github.com/radix-ui/primitives/pull/2451), but it looks like Radix haven't been reviewing incoming PRs lately.
We need this as well. Hopefully the fix PR can be reviewed soon!
Bug report
Current Behavior
When I hover last/first visible item in dropdown menu content it autoscrolls to some random element
https://user-images.githubusercontent.com/8783498/180736094-2052435d-9f1d-4ae8-aa4d-2096701515fc.mov
Expected behavior
DropdownMenu.Content should not scroll on item hover
Reproducible example
CodeSandbox Template
Suggested solution
Additional context
Keyboard navigation feels a bit awkward too. Seems like it tries to keep focused element in the center of the list and those jumps are bit weird
Seems to be reproducible on both versions 0.1.6 and 1.0.0
Your environment