SortableJS/Sortable

Cannot drop over iframe (not into - but absolutely on top of an iframe)

Open

#1,388 opened on Nov 14, 2018

View on GitHub
 (8 comments) (1 reaction) (0 assignees)JavaScript (30,389 stars) (3,731 forks)batch import
bughelp wanted

Description

Hey guys, I ran into a really weird bug in Chrome when you are sorting OVER an iframe via absolute positioned containers. You can start drag just fine but the dropzone is somehow "under" the iframe even though z-index is clearly in order.

See the following pen for example:

https://codepen.io/dolbex/pen/WYpPMq

Contributor guide