Index: /FCKeditor/trunk/editor/_source/classes/fckeditingarea.js
===================================================================
--- /FCKeditor/trunk/editor/_source/classes/fckeditingarea.js	(revision 920)
+++ /FCKeditor/trunk/editor/_source/classes/fckeditingarea.js	(revision 921)
@@ -143,5 +143,12 @@
 		eTextarea.className = 'SourceField' ;
 		eTextarea.dir = 'ltr' ;
-		FCKTools.SetNodeStyles( eTextarea, { width : '100%', height: '100%', border : 'none', resize : 'none' } ) ;
+		FCKTools.SetNodeStyles( eTextarea, 
+			{ 
+				width : '100%', 
+				height: '100%', 
+				border : 'none', 
+				resize : 'none',
+				outline : 'none'
+			} ) ;
 		eTargetElement.appendChild( eTextarea ) ;
 
