Mojo 2.3.9.0 and TinyMCE 3.5.4 bug

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/20/2012 3:45:10 PM
Gravatar
Total Posts 49

Mojo 2.3.9.0 and TinyMCE 3.5.4 bug

I have found a bug with the usage of TinyMCE 3.5.4 in the latest Mojo release.

If you set a table to align (left, center, right) while editing, or if it already has the property, it gets removed when you hit update.

I have duplicated this issue on the Mojo demo site, but cannot duplicate it with TinyMCE's demo.

I have reverted back to version 3.4.7 for the time being.

Thanks

Tim

8/20/2012 3:54:11 PM
Gravatar
Total Posts 18439

Re: Mojo 2.3.9.0 and TinyMCE 3.5.4 bug

Hi Tim,

My best guess is that this is because we have enabled the html 5 schema by default in TinyMCE and their main demo site uses html 4.

You could override it in mojoPortal by adding this to your user.config file:

<add key="TinyMCE:Schema" value="html4" />

using the latest TinyMCE.

They do have an Html 5 demo, and it may behave the same way I have not tried it and not sure if they keep that one updated.

Hope that helps,

Joe

8/20/2012 3:57:33 PM
Gravatar
Total Posts 49

Re: Mojo 2.3.9.0 and TinyMCE 3.5.4 bug

I can test that again, but I actually removed that key first and didn't see any change. 

8/20/2012 4:03:26 PM
Gravatar
Total Posts 49

Re: Mojo 2.3.9.0 and TinyMCE 3.5.4 bug

Okay, changing the key to html4 fixes it. I guess without that key it must default to html5.

Thanks!

Tim

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