Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix drag and drop in chrome when the document has iframes #9511

Merged
merged 3 commits into from
Sep 12, 2018

Commits on Sep 3, 2018

  1. Fix chrome bug related to dragevent

    See https://bugs.chromium.org/p/chromium/issues/detail?id=737691#c8
    In Chrome, the dragend won't be dispatched is an iframe is affected
    by the drag operation (moved as a result of dragging other nodes,
    etc).
    oandregal committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    18d9a6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d042701 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24241c7 View commit details
    Browse the repository at this point in the history