Page 1 of 1

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

Posted: Sat May 22, 2010 10:36 pm
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?

Re: Updated to 1.7.1 TinyMCE not working in WYSWYG mode

Posted: Sun May 23, 2010 12:57 am
by calguy1000
first thing you do is follow forum rules and give us more than 2 sentences.
second thing is do your research.

Re: Updated to 1.7.1 TinyMCE not working in WYSWYG mode

Posted: Sun May 23, 2010 12:13 pm
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.