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 a list is placed inside a bootstrap modal and an element gets dragged, it disappears temporarily until it's released/dropped. The functionality works as expected with the changes to the sort order performing as normal, just the visual effect of the element being dragged seems to be missing in this situation.
In the test I performed I was using a handle, both the item and the handle disappear.
My gut tells me it might be related to css z-index property interfering, but this is merely a guess.
Cheers.
The text was updated successfully, but these errors were encountered:
davneto
changed the title
Item being dragged disappears when used inside bootstrap modal.
Item being dragged disappears when the sortable-list is inside a bootstrap modal.
Jan 22, 2017
When a list is placed inside a bootstrap modal and an element gets dragged, it disappears temporarily until it's released/dropped. The functionality works as expected with the changes to the sort order performing as normal, just the visual effect of the element being dragged seems to be missing in this situation.
In the test I performed I was using a handle, both the item and the handle disappear.
My gut tells me it might be related to css z-index property interfering, but this is merely a guess.
Cheers.
The text was updated successfully, but these errors were encountered: