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

Remove chrome fix for dragging over iframes #15665

Merged
merged 1 commit into from
May 20, 2019
Merged

Conversation

oandregal
Copy link
Member

This removes a fix for Chrome introduced at #9511

We only support the last two major Chrome versions. The current version is 74, and a patch for this has landed upstream in chrome 72.

Testing

  • Create a post that contains an iframe. For example, you can add an embed block (twitter, youtube video, etc).
  • Drag it to several positions.
  • Drag other elements above and below it.

The expected result is that the drag-and-drop operation works and it's not stuck mid-drag.

We only support the last two major Chrome versions.

The current version is 74, and a patch for this has landed upstream
in chrome 72 https://bugs.chromium.org/p/chromium/issues/detail?id=737691
@oandregal
Copy link
Member Author

oandregal commented May 15, 2019

@jorgefilipecosta I've tested that this works the same than in current master in Chrome 74 on a Linux OS. Would you test it and report what your findings are? Also tested that it works the same in Firefox.

@oandregal oandregal self-assigned this May 15, 2019
@oandregal oandregal added Browser Issues Issues or PRs that are related to browser specific problems [Feature] Drag and Drop Drag and drop functionality when working with blocks labels May 15, 2019
Copy link
Member

@jorgefilipecosta jorgefilipecosta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for looking into this problem @nosolosw. The change worked great in my tests 👍
The iframes are not visible while dragging but that was already the case on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Browser Issues Issues or PRs that are related to browser specific problems [Feature] Drag and Drop Drag and drop functionality when working with blocks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants