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?
[Solved] Updated to 1.7.1 TinyMCE not working in WYSWYG mode
[Solved] Updated to 1.7.1 TinyMCE not working in WYSWYG mode
Last edited by janaf on Sun May 23, 2010 12:14 pm, edited 1 time in total.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Updated to 1.7.1 TinyMCE not working in WYSWYG mode
first thing you do is follow forum rules and give us more than 2 sentences.
second thing is do your research.
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.
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.
Re: Updated to 1.7.1 TinyMCE not working in WYSWYG mode
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:
The content in the TinyMCE WYSWYG view is there but displayed 100px above the visible area, because of a css edit to the I had, because a header image displaced the body content. Not a clever solution, I will redo that.
It seems a tag was added to TinyMCE 2.7.0 ? So adding this to the TinyMCE CSS Advanced tab Style sheet additions fixes my problem:
With this the top of the content is back in the TinyMCE WYSWYG edit window.
But again, this is particular to my installaion.
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 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>
It seems a
Code: Select all
</__body>
Code: Select all
body {
margin-top : 100px;
}
But again, this is particular to my installaion.