I've tried both wysiwyg api drupal module as well as the ckeditor drupal module - they both have the same issue. I should also add that even when I use the demo on ckeditor.com/demo, I have the exact same problem, so the issue is not related to drupal or any settings.
To reproduce the problem create a new word document, add any text then create an unordered list with any number of items, then copy and paste it into the "Paste From word" window in CKEDitor. You should see the entity issue, and not clean valid ul with li's.
I searched the forum for the issue of ordered lists pasting from Word as p tags in Chrome. I didn't find anyone having this problem, but I am experiencing it. When I do a complex Word document that includes bold, italics, indenting, underlining, strikethrough, subscripts, superscripts, ol's, and ul's -- everything works fine in all browsers except that:
Chrome paste from Word pastes ordered lists (numbered lists using the "numbered list" button in the Word ribbon) as a series of p tags, not as on ol. The ul's paste just fine.
Any one else see this problem?
Update: Now it's working. I did nothing but use a new Word document with all the style features, including a new ordered list. Pasted as ol/li's. No changes to any aspect of CKEditor config.
Final update, and posting new issue: OK, I found the problem. When I create either an ol or a ul in Word and then indent it using the "indent" button in the Word ribbon, Chrome pastes it as a series of p tags with non-breaking spaces. All other browsers, current versions, (IE, Firefox, Opera, and Safari for PC) correctly paste it as an ol or ul. Chrome pastes it properly if I don't indent.
Re: paste from word, unordered lists
http://drupal.org/project/ckeditorhttp://ckeditor.com/ckeditor-for-drupal
http://ckeditor.com/demo
Re: paste from word, unordered lists
I've tried both wysiwyg api drupal module as well as the ckeditor drupal module - they both have the same issue. I should also add that even when I use the demo on ckeditor.com/demo, I have the exact same problem, so the issue is not related to drupal or any settings.
To reproduce the problem create a new word document, add any text then create an unordered list with any number of items, then copy and paste it into the "Paste From word" window in CKEDitor. You should see the entity issue, and not clean valid ul with li's.
Hope that can help.
Re: paste from word, unordered lists
http://dev.ckeditor.com/ticket/8734Word 2010
Re: paste from word, unordered lists
really on the rise
Re: paste from word, unordered lists
Chrome paste from Word pastes ordered lists (numbered lists using the "numbered list" button in the Word ribbon) as a series of p tags, not as on ol. The ul's paste just fine.
Any one else see this problem?
Update: Now it's working. I did nothing but use a new Word document with all the style features, including a new ordered list. Pasted as ol/li's. No changes to any aspect of CKEditor config.
Final update, and posting new issue: OK, I found the problem. When I create either an ol or a ul in Word and then indent it using the "indent" button in the Word ribbon, Chrome pastes it as a series of p tags with non-breaking spaces. All other browsers, current versions, (IE, Firefox, Opera, and Safari for PC) correctly paste it as an ol or ul. Chrome pastes it properly if I don't indent.