﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3227	Opera bug	Eugene		"opera 9.23
if you try to view FCKEditor in Opera v 9.23 you will see a simple textarea tag instead of editor.

I've found a way to fix it.

In file fckeditor_php5.php or fckeditor_php4.php

replace
$fVersion = (float)substr($sAgent, strpos($sAgent, 'Opera/') + 6, 4) ;
               return ($fVersion >= 9.5) ;

with

$fVersion = (float)substr($sAgent, strpos($sAgent, 'Opera/') + 6, 4) ;
return ($fVersion >= 9.2) ;

And bug will be fixed. 

"	Bug	closed	Normal		General		invalid		
