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
I think I have found the reason why this happens: Firefox doesn't seem to fire the mouseup and click events on the select element until after an option has been selected, so Dragula doesn't release the item and moves it while the select options are displayed.
Edit: seems no to be that because Safari fires the same events as Firefox, yet it works correctly.
I had problems of dragula taking over some click events, it was because the button was covered by a dragula item, with z-index pushing the button over the drag container the events worked as expected.
Hello 👋 here's a bug report with
<select/>
elements in draggable items, only observed on Firefox. Thanks for this lib!Repro steps
Here's a codesandbox showing the bug.
<select/>
<select/>
to open its optionsExpected result
The item containing the
<select />
shouldn't be considered to be dragged and shouldn't move.Actual result
The item moves around with the mouse.
The text was updated successfully, but these errors were encountered: