CKEditor 3.6.1 (revision 7072)

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
8/1/2011 4:53:11 AM
Gravatar
Total Posts 20

CKEditor 3.6.1 (revision 7072)

Hello everyone.

I am encountering serious problems when editing texts in Mojoportal. I use CKEditor. I compared the editor integrated in Mojoportal and the same editor in stand alone status.

I compared both with the same text (70K) , which is rather big, but I am expecting not much problems about.

The CKEditor 3.6.1 (revision 7072) [Stand alone]

http://www.volontarioprotezionecivile.it/edit/

Does not give me any problem in editing 70K text. It is fast and prompt.

 

While ... the same editor integrated in Mojoportal :

http://www.volontarioprotezionecivile.it/circolazione-e-viabilita.aspx

is very slow , a warning pop up window turns up every time ("a script is slowing down your pc...would you like to stop it?").

Therefore I have every time use the CKEditor in stand alone situation rather than using Mojoportal. Once finished the text I go into the code and copy and paste it into the Mojoportal editor (in code mode). Then I save modifications.

 

How can I speed up CKeditor in Mojoportal?

 

Thank you in advance

Alex

 

 

 

 

8/1/2011 6:06:03 AM
Gravatar
Total Posts 18439

Re: CKEditor 3.6.1 (revision 7072)

My best guess would be that the spelling checker script is the culprit, I've seen performance issues with it before. You could use a custom config file and disable it. If you copy the ckeditor-mojoconfig.js to make your custom config file and then change this to false:

config.scayt_autoStartup = false;

scayt means "spell check as you type". Turning that off may help performance.

Hope that helps,

Joe

8/1/2011 7:07:37 AM
Gravatar
Total Posts 20

Re: CKEditor 3.6.1 (revision 7072)

Hi Joe,

 

great! It works

Have a nice day.

Alex

 

8/1/2011 7:21:33 AM
Gravatar
Total Posts 18439

Re: CKEditor 3.6.1 (revision 7072)

Hi Alex,

Glad to hear that solved it!

And thanks for the cup of coffee! Much appreciated.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.