﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
14312	[IE] Artifact is visible after pasting of any text	alexander	Tade0	"== Steps to reproduce ==

1. Open http://ckeditor.com/demo#standard from IE 10 or 11(monitor should have width more then 1500px otherwise need to use zoom(Ctrl+scrolling))
2. Copy any text from any source
3. Right click on CKeditor
4. Click paste button and see page

== Expected result ==
No any artifacts on the page

== Actual result ==
pastebin element is visible on the page

== Other details (browser, OS, CKEditor version, installed plugins) ==
last CKEditor version;
IE 10, 11 only;
Width of monitor > 1500px;

== Solution ==
I've found possible solution for this issue.

\ckeditor-dev-master\plugins\clipboard\plugin.js Line 906: 
pastebin.setStyle( editor.config.contentsLangDirection == 'ltr' ? 'left' : 'right', '-1000px' );

need to increase '-1000px' to '-10000px'"	Bug	closed	Normal	CKEditor 4.5.9	General	4.3	fixed	IE	
