tiny editor does not work with firefox

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/23/2013 3:50:03 AM
IDI
Gravatar
Total Posts 26

tiny editor does not work with firefox

HI Joe

running version 2.3.9.8 on MSql ASP4

I got panic finding out that I could not more see html pages in edit mode

after a lot of work I found out that it is a editor problem:

  • with IE 9 tiny works, CK works
  • with Firefox 23.0.1 (last version) tiny does not work, CK works

Test were done even on demo.mojoportal.com, so I think you can reproduce the problem

As usual, thank you so much in advance

Michele from Rome

8/23/2013 10:14:42 AM
Gravatar
Total Posts 18439

Re: tiny editor does not work with firefox

Hi,

This problem seems to only happen if the web browser language is set to Italian, then it fails to load the language file for the editor.

If you copy the file from:

/ClientScript/tiny_mce358/langs/it.js

​into the folder:

/ClientScript/themes/advanced/langs

​it will solve the problem.

Hope that helps,

Joe

8/26/2013 3:53:47 AM
IDI
Gravatar
Total Posts 26

Re: tiny editor does not work with firefox

simply ... you are a genius

by Michele from Rome

8/27/2013 8:33:24 AM
Gravatar
Total Posts 149
Partner
mojoPortal Skinning, Custom Development and Support in Italy?
EffectiveWeb.it

Re: tiny editor does not work with firefox

Hi Joe,

I have copied /ClientScript/tiny_mce358/langs/it.js into folder /ClientScript/tiny_mce358/themes/advanced/langs.

TinyMCE editor now works but descriptions and tooltip text (and template list) are still missing.

Any other files should be copied ?

8/27/2013 10:31:26 AM
Gravatar
Total Posts 18439

Re: tiny editor does not work with firefox

Hi Diego,

Does the problem only happen with IT localization? It looks like templates still work on the demo site.

If all else fails, I suggest use web.config to configure the previous version of TinyMCE which should still be on disk.

TinyMCE is transitioning to a complete rewrite in version 4.x and I think they have introduced bugs into 3.5.8 as a result. This problem with the localization files needing to be in 2 places is an example.

I was going to update to their new 4.x release but so far I am unable to get the file browser working with that version and they have not updated their documentation well enough yet.

Best,

Joe

8/27/2013 11:07:10 AM
Gravatar
Total Posts 149
Partner
mojoPortal Skinning, Custom Development and Support in Italy?
EffectiveWeb.it

Re: tiny editor does not work with firefox

Yes, Templates work.

Only label and text of the editor UI (buttons, descriptions and so on, including Template Dialog box) are not shown in the appropriate browser language, creating confusion for the user.

I think that for non-English localizations (at least the Italian) it's worth waiting for the 4.x and change the web.config to pick-up the TinyMCE 3.5.7.

Thanks.

Diego

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