﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1618	Wrong version of Opera in the integration files	Mauno Korpelainen		"Integration files of FCKeditor have wrong version check for Opera browser and that's the reason why latest version of Opera 9.2.4 does not work with FCKEditor. Note: 9.2.4 is not >= 9.5 !!! For example changing at the end of file fckeditor.js

	// Opera 9.50+
	if ( window.opera && window.opera.version && parseFloat( window.opera.version() ) >= 9.5 )
			return true ;
to

// Opera 9.50+
	if ( window.opera && window.opera.version && parseFloat( window.opera.version() ) >= 9 )
			return true ;

gives FCKEditor Opera support back"	Bug	closed	Normal		General	FCKeditor 2.5	invalid		
