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
When using the sortable: true option for a select field the drag and drop functionality doesn't work (anymore) in Chrome and in Edge. When testing it in Firefox it does work however.
Not getting any javascript errors when trying to click and drag an item from the list. Maybe it has something to do with Chrome and Edge both using Chromium and Firefox does not?
Extra info: The drag and drop sorting on the select field in the relations tab does still work in Chrome and Edge so it's mainly the select field added through the contenttype
The text was updated successfully, but these errors were encountered:
Extra update on this, i tried it on different computers of my own as well at work and all have the same issue. I made a video demonstrating what is happening in Chrome. It also seems to trigger the "multiselect" element every time when clicking on one of the items in the list. I noticed it doesn't do that when trying it in Firefox where it is working as intended.
Tested on Chrome version 96.0.4664.45 on Windows 10 build 19043.1348
Thanks for the video @SanderOnline , now I recognise the issue. Diving into it the other day, I think Vue multiselect consumes the click events and does not propagate them further. That means there's no way for Bolt's events (that the sortable: true option uses) to get triggered.
I don't know a proper solution for this. Would be best for the https://github.com/shentao/vue-multiselect to fix the event propagation, but there's not been a release since 2019 :/
When using the
sortable: true
option for a select field the drag and drop functionality doesn't work (anymore) in Chrome and in Edge. When testing it in Firefox it does work however.Details
Reproduction
Added the select field as followed:
Not getting any javascript errors when trying to click and drag an item from the list. Maybe it has something to do with Chrome and Edge both using Chromium and Firefox does not?
Extra info: The drag and drop sorting on the select field in the relations tab does still work in Chrome and Edge so it's mainly the select field added through the contenttype
The text was updated successfully, but these errors were encountered: