FCKeditor 2.5 and Opera 9.5

This is the right place to exchange ideas, thoughts with our community.
Note: Click here for Feature Requests or Bug Reports.

FCKeditor 2.5 and Opera 9.5

Postby fredck » Tue Sep 04, 2007 11:43 am

Hi,

As many of you already now, today Opera released the first preview of Opera 9.5:
http://my.opera.com/community/blog/2007 ... -opera-9-5

Things start to get serious now, as we can finally have a large base of testers for it.

We are working with Opera Software to fix things at both sides to make FCKeditor 2.5 work with the new Opera. There are still lots of things to be done, but we are in the right track:
http://dev.fckeditor.net/milestone/Oper ... patibility

This is the right moment to help us finding bugs in this integration, so go ahead testing and filling tickets for it. Remember to check the above list first!

Thanks for your participation!
Frederico Caldeira Knabben
CEO, CKSource
fredck
Site Admin
 
Posts: 856
Joined: Fri Jan 19, 2007 8:10 am

Re: FCKeditor 2.5 and Opera 9.5

Postby fredck » Tue Sep 04, 2007 11:46 am

BTW, please do not post bugs here, using our development web site for it instead:
http://dev.fckeditor.net/

Thanks again!
Frederico Caldeira Knabben
CEO, CKSource
fredck
Site Admin
 
Posts: 856
Joined: Fri Jan 19, 2007 8:10 am

Re: FCKeditor 2.5 and Opera 9.5

Postby fredck » Tue Dec 11, 2007 1:40 pm

We have been advised by Opera Software that the current Opera 9.5 Beta 1 contains various regression bugs, which are blocking several of the FCKeditor features. They are working their side to fix everything, to provide a wonderful editing experience once Opera 9.5 will be definitely out and stable.

So, you may use and test FCKeditor 2.5 with the latest Opera 9.5 Beta, but don't give much attention to the bugs you will find there for now. Hopefully future Opera betas will already be ok for testing.
Frederico Caldeira Knabben
CEO, CKSource
fredck
Site Admin
 
Posts: 856
Joined: Fri Jan 19, 2007 8:10 am

Re: FCKeditor 2.5 and Opera 9.5

Postby wheezer » Mon Feb 18, 2008 5:44 pm

So do I assume that until opera 9.5 is out and debugged, there is no hope that latest Fck will work with 9.25? Or is there some fix for that, which I have not yet found?
wheezer
 
Posts: 8
Joined: Tue Oct 30, 2007 10:11 pm

Re: FCKeditor 2.5 and Opera 9.5

Postby fredck » Mon Feb 25, 2008 12:03 am

No, FCKeditor is not compatible with Opera 9.25.
Frederico Caldeira Knabben
CEO, CKSource
fredck
Site Admin
 
Posts: 856
Joined: Fri Jan 19, 2007 8:10 am

Re: FCKeditor 2.5 and Opera 9.5

Postby shizzwak » Fri Mar 21, 2008 7:40 am

your editor sucks
shizzwak
 
Posts: 1
Joined: Fri Mar 21, 2008 7:39 am

Re: FCKeditor 2.5 and Opera 9.5

Postby superyms » Fri Mar 28, 2008 7:40 pm

hi,

sorry but FCKedior 2.5 work greatly on opera 9.23/9.24/9.25/9.26 !! :D
how it could be possible ?!! for real this is used direct i didn't observed any probelm or bug for the moment ! :shock:

Simply modified the line : 291 in the file fckeditor.js
// Opera 9.50+
if ( window.opera && window.opera.version && parseFloat( window.opera.version() ) >= 9.50 )
to
// Opera 9.50+
if ( window.opera && window.opera.version && parseFloat( window.opera.version() ) >= 9 )

Yes and really it is well working ! not any problem untill now, after months of use !
the use is both online and offline (under wampserver 2.0) :)

I also observed calling the fckeditor using fckeditor jquery plugin is more quickly then direct javascript ! :idea:

So FCKeditor is nice and do not sucks !! ;)

Bye and Thank you.
superyms
 
Posts: 1
Joined: Fri Mar 28, 2008 7:19 pm

Re: FCKeditor 2.5 and Opera 9.5

Postby ForgetIt » Mon Mar 31, 2008 2:55 pm

Thanks superyms for you suggestion!
ForgetIt
 
Posts: 4
Joined: Thu Mar 20, 2008 11:55 am

Re: FCKeditor 2.5 and Opera 9.5

Postby serializer » Wed Apr 02, 2008 5:55 pm

If you are using the ASP.NET component a further change is needed for Opera 9+ compatibility;

FCKeditor.cs line 436:

Code: Select all
            return ( oMatch.Success && float.Parse( oMatch.Value, CultureInfo.InvariantCulture ) >= 9.5 );


becomes

Code: Select all
            return ( oMatch.Success && float.Parse( oMatch.Value, CultureInfo.InvariantCulture ) >= 9 );


Can confirm that this appears to work fine (i.e. the editor displays and postback works in Opera 9.26 - haven't tested general functionality though).
serializer
 
Posts: 69
Joined: Thu Aug 16, 2007 5:48 am

Re: FCKeditor 2.5 and Opera 9.5

Postby dcanl » Thu May 08, 2008 1:17 am

It doesn't work for me...

What's the problem ? :cry:

And it's not line 291... But 204... (in my fckeditor.js) I use fckeditor 2.5 in php. I'm trying to update to 2.6, but it doesn't change...

Example here : http://dcanl.free.fr/?ID=127#AjoutCommentaire

edit: I finished updating FCK, and no change...

re-edit :
Found ! I changed line 63 in fckeditor.php and it works (no change in fckeditor.js)
Code: Select all
return ($fVersion >= 9) ; // and no 9.5


Thanks for the clue ! ;)
dcanl
 
Posts: 1
Joined: Thu May 08, 2008 1:15 am

Next

Return to FCKeditor 2.x

Who is online

Users browsing this forum: No registered users and 2 guests