[Solved] Updated to 1.7.1 TinyMCE not working in WYSWYG mode

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
janaf
Forum Members
Forum Members
Posts: 183
Joined: Sun Jan 10, 2010 7:02 pm

[Solved] Updated to 1.7.1 TinyMCE not working in WYSWYG mode

Post by janaf »

CMSMS 1.7.1 TinyMCE 2.7.0

Works with WYSWYG OFF but with WYSWYG mode ON I see no cursor, no content.

What to check, what to do?
Last edited by janaf on Sun May 23, 2010 12:14 pm, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Updated to 1.7.1 TinyMCE not working in WYSWYG mode

Post by calguy1000 »

first thing you do is follow forum rules and give us more than 2 sentences.
second thing is do your research.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
janaf
Forum Members
Forum Members
Posts: 183
Joined: Sun Jan 10, 2010 7:02 pm

Re: Updated to 1.7.1 TinyMCE not working in WYSWYG mode

Post by janaf »

Hi,

Apologies!

And solved.

I now find that the problem is not quite as I described and is particular to my installation.

Yes I did do the research and tried all tricks I can find on this site:
  • Reset configuration to default (several times)
  • Use static config file (turned Off/ on with saves, several times)
The problem apeared when I updated from 1.6.7 to 1.7.1 and TinyMCE 2.7.0 Not shure which TinyMCE I had with the 1.6.7 but I had no problem with TinyMCE then.

The content in the TinyMCE WYSWYG view is there but displayed 100px above the visible area, because of a css edit to the

Code: Select all

</__body>
I had, because a header image displaced the body content. Not a clever solution, I will redo that.

It seems a

Code: Select all

</__body>
tag was added to TinyMCE 2.7.0 ? So adding this to the TinyMCE CSS Advanced tab Style sheet additions fixes my problem:

Code: Select all

body {
margin-top : 100px;
}
With this the top of the content is back in the TinyMCE WYSWYG edit window.

But again, this is particular to my installaion.
Locked

Return to “[locked] Installation, Setup and Upgrade”