Index: /CKEditor/branches/features/paste/_source/plugins/clipboard/plugin.js
===================================================================
--- /CKEditor/branches/features/paste/_source/plugins/clipboard/plugin.js	(revision 4705)
+++ /CKEditor/branches/features/paste/_source/plugins/clipboard/plugin.js	(revision 4706)
@@ -176,5 +176,5 @@
 		// by pulling it off the screen, while this hack will make the paste-bin a control type element
 		// and that become a selection plain later. 
-		if( !CKEDITOR.env.ie )
+		if( !( CKEDITOR.env.ie && mode == 'html' ) )
 		{
 			pastebin.setStyles( {
