I'm going to say no... or at least not with the latest version. I can't tell you whether or not it works with older versions, but it does not display on mine either.
My best guess that there is a browser detection issue interfering. Opera has had a bad habit of trying to pretend to be other browsers, making it very hard to deal with in any browser detection scripts. FCKeditor probably is coded to show plain text boxes if your browser doesn't match one of the values it sets as a known compatible browser. In this case, Opera would not be matching what the code is set up to read as Opera or any other browser that it knows works.
I can't see there being any other reason for it not loading the toolbar. It's just javascript, which Opera certainly supports. I've seen plenty of other javascript-based editors work fine in Opera.
bongobongo wrote:Hi. But if you want an easy life, why not use Firefox
Cause Opera has several years in advance to Firefox (try it one day to see ). Voice control, mouse gesture, content blocking, easy password management (and tabs are in it since several years too).
I think the bug is due to an error in FCKEditor code. Line 55, : return ($fVersion >= 9.5) ; Change it to : ($fVersion >= 8) for example. And it works !
Why do all of you insist in changing the detection code to force it with a version that it's know that it has several important bugs instead of reading the post about Opera 9.5 ?
For those that are interested, they have released today a new build http://my.opera.com/desktopteam/blog/ if on the other side you insist in using a non-supported version, then bad luck for you.
Re: Opera compatibility ?
My best guess that there is a browser detection issue interfering. Opera has had a bad habit of trying to pretend to be other browsers, making it very hard to deal with in any browser detection scripts. FCKeditor probably is coded to show plain text boxes if your browser doesn't match one of the values it sets as a known compatible browser. In this case, Opera would not be matching what the code is set up to read as Opera or any other browser that it knows works.
I can't see there being any other reason for it not loading the toolbar. It's just javascript, which Opera certainly supports. I've seen plenty of other javascript-based editors work fine in Opera.
Re: Opera compatibility ?
Hi.

For those who does not are able to make FCKeditor work in Opera (9.25) ....
I tried it myself today and after some fiddling around in the awful Opera interface (YES Opera sucks)...
Here is what to do:
When having an active Opera browser window:
Press F12
Click "Edit site preferences"
Click the Network tab.
In bottom of the Site preferences window you should now see:
Browser identification
Click the dropdown and select "Mask as internet explorer"
Then you are done...
Try the demo on FCKeditor to test it....
But if you want an easy life, why not use Firefox
Re: Opera compatibility ?
Cause Opera has several years in advance to Firefox (try it one day to see
). Voice control, mouse gesture, content blocking, easy password management (and tabs are in it since several years too).
I think the bug is due to an error in FCKEditor code.
Line 55, : return ($fVersion >= 9.5) ;
Change it to : ($fVersion >= 8) for example.
And it works !
There are css bugs in last version.
Re: Opera compatibility ?
Why do all of you insist in changing the detection code to force it with a version that it's know that it has several important bugs instead of reading the post about Opera 9.5 ?
For those that are interested, they have released today a new build http://my.opera.com/desktopteam/blog/ if on the other side you insist in using a non-supported version, then bad luck for you.