Gutenberg now supports pasting pre-formatted content from Microsoft Word in most web browsers.
However, when I use Google Chrome on MacOS, pasting pre-formatted text from Microsoft Word creates an image block of text rather than the expected, editable text. All of my Google Chrome extensions are disabled.
Content pasted from Microsoft Word should show up as formatted text, it should behave in a similar manor as it did in the classic editor. Images, text, and other elements copied from Microsoft Word should be handled properly rather than just turning the entire copied document into a giant image.
Copied text gets pasted as a block image. Te text cannot be edited in any way, the text content is converted to an image rather than pasted as workable text.
Result of pasting a sample document into gutenberg (It is pasted as an image block rather than useable text):


I have this problem regardless of the amount of text I copy. Even just copying one letter from word gets pasted as a letter in WordPress.
Here is a GIF that demonstrates my problem: https://i.imgur.com/VqNtz6o.gif
Using MacOS High Sierra, with latest version of Microsoft Office 2016 for Mac. Copied into Google Chrome. Site I run: http://www.mdinvasives.org
Edit:
I discovered that "Paste and Match Style" does not have this issue.
All of these browsers are experiencing this issue on MacOS High Sierra for me:
This issue does NOT affect:
Hmm, interesting.
MS Word should be supported: https://github.com/WordPress/gutenberg/blob/95d6c39ae7e71f565c38bacb6813503bee9c2c69/blocks/api/raw-handling/readme.md
Does this only happen when the document contains an image?
Thank you for the reply @WPprodigy.
Still coming out as an image block on my Google Chrome for MacOS with all extensions disabled. I do not have this problem with:
Removing images from the document had no effect. All my Google Chrome extensions are disabled.
Just copying one letter and pasting in WP creates an image block for me.
I'm still investigating if this is a WP problem or something about my setup. I don't have another MacOS install to test.
Edit: I discovered that "Paste and Match Style" does not have this issue. Here is a GIF that demonstrates my problem: https://i.imgur.com/VqNtz6o.gif
All of these browsers are experiencing this issue on MacOS High Sierra for me:
This issue is occurring for me, as well as my coworkers, in the latest version of Word for Mac + Chrome. It is reproducible with a new, blank Word doc with just text content.
I'm not certain if this is a Gutenberg bug per se or if it is actually occurring at the Webkit level (since Opera is also affected).
Apologies鈥擨 meant the Blink engine, not Webkit.
Possibly this issue, specifically: https://bugs.chromium.org/p/chromium/issues/detail?id=728937
Worth noting that this issue is not a problem when using the classic editor or using "Paste and Match Style".
Although it may partly be an issue with the Blink engine, Gutenberg is handling the pasted content differently in a way that led to this issue.
Te text cannot be edited in any way, the text content is converted to an image rather than pasted as workable text.
Huh, I've never seen this before. I have tested Word a few months back, and didn't see this happen. I'm starting to suspect that Word supplies a file as well as plain text and rich text, and that this file gets processed first and stops further processing, the assumption being that, if there is a file, it is not text paste. A workaround might be to look if there is any text present.
Most helpful comment
Possibly this issue, specifically: https://bugs.chromium.org/p/chromium/issues/detail?id=728937