﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16990	Inconsistent Paste From Word Behavior	Rainer Åhlfors		"== Steps to reproduce ==

1. Open Microsoft word and type the following: ""[tab]Test"" ([tab] is an actual tab, not the phrase ""[tab]"").
2. Select All and Copy the contents from MS Word.
3. When pasting into the CKEditor you get different results when pasting normally (Ctrl-V) compared to when using the Paste from Word dialog.

== Expected result ==

Both methods of pasting the contents should yield the same result. I would also expect a marked up tab to trigger the adding of the text-indent CSS property to the paragraph.

== Actual result ==

When pasting normally, I get:
{{{
<p>&nbsp;&nbsp;&nbsp; Test</p>
}}}
in Linux and
{{{
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Test</p>
}}}
in Windows.

When pasting using the Paste from Word dialog, I get:

{{{
<p>Test</p>
}}}


== Other details (browser, OS, CKEditor version, installed plugins) ==

Linux: Firefox ESR 45.8.0, CentOS 6.8, CKE 4.6.2, Paste from Word

Windows: Firefox 53.0, Windows 10, CKE 4.6.2, Paste from Word

The inconsistency was duplicated here:
http://ckeditor.com/features
"	Bug	confirmed	Normal		Plugin : Paste from Word	4.6.0			
