﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10285	Styled text pasted from MS Word causes infinite loop	Jakub Ś	Piotrek Koszuliński	"To reproduce:
1. Use below configuration for editor
{{{
var editor = CKEDITOR.replace( 'editor1', {
	pasteFromWordRemoveFontStyles:false,
	pasteFromWordRemoveStyles : false 	
	//,allowedContent: true //This isn't causing any problems
} );	
}}}
2. Open page and clear contents with New Page command
3. Open attached file and Copy styled text or table with styled text
4. Paste it in to editor using Paste From Word dialog or Ctrl+V

Result: CKEditor goes into infinite loop (FF eventually asks if you want to break the script execution).

Problem can be reproduced in all browsers from CKE 4.1 however it looks like ACF is not responsible as setting {{{allowedContent: true}}} doesn't help to resolve this problem.
"	Bug	closed	Normal	CKEditor 4.1.1	Plugin : Paste from Word	4.1	fixed		
