JQuery Draggable and Resizeable over IFrames (Solution)

前端 未结 6 1193
野性不改
野性不改 2021-02-07 02:55

I recently ran into some troubles using JQuery Draggable and Resizable plugins. Looking for solutions, i found some very fragmented code in many different places and finally fil

6条回答
  •  不思量自难忘°
    2021-02-07 03:31

    What I've done is define body.dragging iframe {pointer-events: none;} then add dragging class to body on dragstart event and remove it on dragend event.

    Works fine for me, not sure why it wasn't mentioned before, as far as I can tell pointer-events CSS property was already around in 2010.

提交回复
热议问题