-
Notifications
You must be signed in to change notification settings - Fork 63
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
Scrolling gets stuck in Safari when multiple select has options selected #331
Comments
I'm seeing behavior similar to this in Firefox 125.0b9 and Chrome 124.0.6367.92 on Windows 10. I'm not sure if it's the same situation; Once I make a single selection, I can scroll down manually using the thumb in the scrollbar, but then when I hover over the menu items again it scrolls up automatically. The scrolling up seems to respond faster to my cursor hovering over higher items on the list, as if there's a trigger I'm activating on the menu's top half. The menus I'm seeing this on have option groups one level deep, multiple select enabled, and the I also have event listeners attached to some of the Virtual Select elements that are doing this; these listeners' callbacks affect other elements on the page when the |
I just downgraded this library to make sure the issue I was dealing with isn't present in my webapp. I narrowed it down and found that my issue seems to have been introduced in version 1.0.41, so rolling my CDN import back to 1.0.40 removed the issue for me. Not sure if that would remove OP's issue as well, though my issue did include the problems they mentioned. |
This issue persists in version 1.0.46. As @kjmitch said, version 1.0.40 seems ok. firefox-VAf2a.mp4When I disable the scroll event bound to the .vscomp-options-container html element, the problem is not seen. Of course, rendering missing occurs. |
Thank you, @kjmitch downgrading to 1.0.40 solved problem! Developers should see which code introduced problem after 1.0.40. |
When there is a multiple type select that already has selected options; scrolling in Safari, the option with focus generates a stop that prevents further scrolling in the drop-down list.
I attach a video with the evidence.
Grabacion.de.pantalla.2024-04-26.a.la.s.9.44.55.a.m.mov
The text was updated successfully, but these errors were encountered: