daybrush / selecto

Selecto.js is a component that allows you to select elements in the drag area using the mouse or touch.
https://daybrush.com/selecto
MIT License
2k stars 81 forks source link

Selecto "picking up" item when clicking on combo box in popup menu in Safari. #168

Open miguelgarvie opened 4 months ago

miguelgarvie commented 4 months ago

Environments

Description

I have a selecto item pointing at elements which have popup menus. Inside these popup menus there are SELECT/OPTION combo boxes. In Safari, when clicking on an option in the combo box the whole element gets "picked up" for moving. This does not happen in Chrome and Firefox where everything works as expected.

See attached code for illustration.

Cheers, Miguel jstest.zip