Weird bug for TinyMCE plugin

I encountered strange bug coming from Microsoft Word file when copying and pasting the texts. The Rich Text Editor isn’t able to save it because of Word’s very specific tag:

<o:p></o:p>

I compared that to tiny.cloud using both of their options: “Remove Formatting” and “Keep Formatting” and neither have that weird ‘<o:p></o:p>’ in their source code.

Here are the file and the short clip for your reference in ZIP format. Thanks.

https://sfcollegeedu-my.sharepoint.com/:u:/g/personal/56007721_sfcollege_edu/EbOy-8ja8ltIpp4kHAuXSmYBmifYFk9aqeBxSOSKQzq0Eg?e=0G2T0t

Hi Aaron

I’m unable to reproduce the issue using the provided text from word file. Following is the source code generated by TinyMCE:

<p>T:&nbsp; 3:00 - 5:00<br />W:&nbsp; 1:00 - 4:00<br />H:&nbsp; 2:00 - 5:00&nbsp;</p>

Let us know the through a support ticket the URL of the page to troubleshoot. Thank you.

Is there a different version of TinyMCE on your side? How can I find out what version I have vs yours? Just double checking.

Hi Aaron

Tested in CM1 instance with latest patch. If the instance is updated with latest patch the TinyMCE version should be Version 4.5.8 (2017-10-05). You can find this information in the server under Percussion\sys_resources\tinymce\changelog.txt file.

I’m on the same version as you are. That’s weird. I used Chrome to paste it in there. I wondered if it’s normal on PC side but not on Mac side for copy/paste-wise?