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

Paste: Plain text disguised as HTML should come out in blocks #16216

Draft
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

ellatrix
Copy link
Member

Description

Aims to fix #9759 as good as we can.

I just added a test case for now where you can see pasted plain text disguised as HTML comes out as inline text. We can at least parse this into paragraph blocks at double line breaks.

How has this been tested?

Screenshots

Types of changes

Checklist:

  • My code is tested.
  • My code follows the WordPress code style.
  • My code follows the accessibility standards.
  • My code has proper inline documentation.
  • I've included developer documentation if appropriate.

@gziolo gziolo added [Feature] Paste [Type] Automated Testing Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests. labels Jun 20, 2019
@grappler
Copy link
Member

In my testing, the plain text get converted to multiple blocks. Adding tests to check this if this has not already been done would be good.

Base automatically changed from master to trunk March 1, 2021 15:42
@Mamaduka
Copy link
Member

Hi, @ellatrix

Can we close this PR now that #9759 (comment) is closed after dropping IE11 support?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Paste [Type] Automated Testing Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Paste: Internet Explorer: Multi-paragraph Microsoft Word document yields single block
4 participants