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!
Tue, 09/04/2007 - 12:43
#1
Re: FCKeditor 2.5 and Opera 9.5
BTW, please do not post bugs here, using our development web site for it instead:
http://dev.fckeditor.net/
Thanks again!
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: FCKeditor 2.5 and Opera 9.5
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 Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: FCKeditor 2.5 and Opera 9.5
Re: FCKeditor 2.5 and Opera 9.5
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: FCKeditor 2.5 and Opera 9.5
Re: FCKeditor 2.5 and Opera 9.5
hi,
sorry but FCKedior 2.5 work greatly on opera 9.23/9.24/9.25/9.26 !!
how it could be possible ?!! for real this is used direct i didn't observed any probelm or bug for the moment !
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 !
So FCKeditor is nice and do not sucks !!
Bye and Thank you.
Re: FCKeditor 2.5 and Opera 9.5
Re: FCKeditor 2.5 and Opera 9.5
FCKeditor.cs line 436:
becomes
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).
Re: FCKeditor 2.5 and Opera 9.5
It doesn't work for me...
What's the problem ?
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)
Re: FCKeditor 2.5 and Opera 9.5
Of course we are talking about version 2.5 and all its successors, including the current 2.6.
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Tool bar set "mytoolbar" doesn't exit
I have defenition mytoolbar in fckeditor/fckconfig.js
like this
FCKConfig.ToolbarSets["mytoolbar"] = [
['Cut','Copy','Paste','PasteText','PasteWord'],
['Undo','Redo','-','Bold','Italic','Underline','StrikeThrough'],
'/',
['OrderedList','UnorderedList','-','Outdent','Indent'],
['Link','Unlink','Anchor'],
'/',
['Style'],
['Table','Image','Flash','Rule','SpecialChar'],
['About']
] ;
when i try to call that , the error message Tool bar set "mytoolbar" doesn't exit
i call them like that (PHP)
include "fckeditor/fckeditor.php";
$oFCKeditor = new FCKeditor('test') ;
$oFCKeditor->BasePath = '/fckeditor/';
$oFCKeditor->ToolbarSet ='mytoolbar';
$oFCKeditor->Value = 'a';
$oFCKeditor->Width = '500' ;
$oFCKeditor->Height = '400';
$oFCKeditor->Create() ;
Any have idea??????????
Re: FCKeditor 2.5 and Opera 9.5
FCKEditor 2.6.2 with Opera 9.5 now works for me after modifiying fckeditor.js (not one of these php-Files)
I just don't understand why the new versions are not modified and thus not supporting OPERA at all...
this information is known for a while until now, why is it not fixed?
Re: FCKeditor 2.5 and Opera 9.5
I never tested with Internet Explorer
but it is compatible with any browser, that is the idea behind (and if you run into trouble with Opera, read the messages above and modify and it will work there, too!)
An editor like this is made to be used in web-applications which should run cross-browser, which means these applications and thus the editor as well must run in any browser ;=)
use it! It is good!
Re: FCKeditor 2.5 and Opera 9.5
Re: FCKeditor 2.5 and Opera 9.5
Actually, it would be much better to test FCKeditor 2.6.3 with the latest Opera 9.63.
Re: FCKeditor 2.5 and Opera 9.5
Hello I'm a newbie ! (my english is not very good !)

so I was integrating FCKeditor on a local developpment... it works good on FF 3.0.10 and Safari 3.2.1 but not as well on Opera 9.64 ( I work on Macintosh ).
With Opera the editor zone (where user writes) doesn't appear, does someone have the same probleme ? I tried all day long to find where the bug is from but
I really want to find because I think FCK is a lot better than its rivals.
see you soon, with the solution I hope !
Re: FCKeditor 2.5 and Opera 9.5