react-dnd / react-dnd

Drag and Drop for React

Home Page:http://react-dnd.github.io/react-dnd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iframe examples don't work on Chrome when using Codepen / CodeSandbox / etc (multiple iframes issue?)

brunolemos opened this issue · comments

Describe the bug

Iframe examples don't work on Chrome when using Codepen / CodeSandbox / etc (multiple iframes issue?).
You can drag, but you cannot drop.

Reproduction

https://codepen.io/brunolemos/pen/RwEYZWL

Desktop:

  • OS: macOS 14
  • Browser Chrome / Edge
  • Version 117

Additional context:

Works on other browsers (e.g. Safari).

The alternative library dnd-kit works fine in all browsers.

This might be related to the site-isolation-trial-opt-out chromium flag, because it works when disabling it:

image