﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13174	Data loss after pasting from MS Word (with FF/Chrome under Windows only)	emanuel		"There is a serious bug if you copy from MS Word and paste the content in latest stable CKEditor (4.4.7) with Firefox or Chrome under Windows!

You can easily reproduce it:
1. Open CKEditor in Firefox or Chrome on Windows.

2. Copy all content from the attached docx test document opened with MS Word (I tested with Word 2010). My example (The beginning question mark is important!):
{{{
Test A
„Test B“
TestC
}}}

3. Paste into CKEditor (via CTRL+V or ""from word"" or ""as text"")

=> 2nd line was dropped after pasting!

See the HTML source code view:

{{{
<p>Test A</p>
<ul>
    <li>&nbsp;</li>
</ul>
<p>Test C</p>
}}}

The problem occurs with Firefox FF (37.0.x) and Chrome (41.0.x) under Windows. IE11 works fine without problems. Also no problems (with Firefox and Chrome) if you copy the content from LibreOffice instead from MS Word.


This problem is very serious because you assume that content was paste!"	Bug	closed	Normal	CKEditor 4.6.0	Plugin : Paste from Word	4.0.1	fixed		satya_minnekanti@…
