Index: /FCKeditor/trunk/editor/_source/classes/fckeditingarea.js
===================================================================
--- /FCKeditor/trunk/editor/_source/classes/fckeditingarea.js	(revision 384)
+++ /FCKeditor/trunk/editor/_source/classes/fckeditingarea.js	(revision 385)
@@ -131,4 +131,6 @@
 		eTextarea.style.width = eTextarea.style.height = '100%' ;
 		eTextarea.style.border = 'none' ;
+		// CSS3 http://www.w3.org/TR/css3-ui/#resize
+		eTextarea.style.resize = 'none' ;
 		eTargetElement.appendChild( eTextarea ) ;
 
