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
Toeler
changed the title
[🐞] Select/Combobox Popover Auto-Scrolls While Scrolling
[🐞] Select/Combobox Popover Cannot Scroll While Using Trackpad
Oct 3, 2024
Which package is affected?
Headless Kit
Describe the bug
When scrolling within a Select or Combobox popover, it attempts to keep the highlighted item in view, preventing you from scrolling down the list
Reproduction
https://stackblitz.com/edit/github-9qoecq-vdjdps?file=src%2Fglobal.css
Steps to reproduce
System Info
Additional Information
qwik-ui/packages/kit-headless/src/components/select/select-item.tsx
Line 77 in 7e87d33
I think that this should only be triggering with the keyboard up/down navigation, and not as frequently as it is currently.
Video Repro:
https://github.com/user-attachments/assets/7cef2a70-b1a2-4abc-9fcf-3e686606c736
The text was updated successfully, but these errors were encountered: