Index: /FCKeditor/trunk/fckeditor.js
===================================================================
--- /FCKeditor/trunk/fckeditor.js	(revision 993)
+++ /FCKeditor/trunk/fckeditor.js	(revision 994)
@@ -202,5 +202,5 @@
 
 	// Opera 9.50+
-	if ( window.opera && window.opera.version && window.opera.version() >= 9.5 )
+	if ( window.opera && window.opera.version && parseFloat( window.opera.version() ) >= 9.5 )
 			return true ;
 
