Prevent dropdown menus from closing when the user scrolls inside them
When a dropdown contains more options than can fit in the visible list, the user can scroll inside the dropdown to reach the remaining options. That works as expected.
However, when all available options already fit inside the visible dropdown, scrolling while the dropdown is open closes the dropdown instead. This is easy to trigger accidentally, especially on a trackpad or mouse wheel.
1
vote