NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item510: Wysiwyg editor takes the background colour for the html body for the editor instead of applying a white background.
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Urgent |
Closed |
Extension |
TinyMCEPlugin |
|
Wysiwyg editor takes the background colour for the html body for the editor instead of applying a white background.
This is an old bug which is visible now that the
PatternSkin has a grey default background.
We are several that are trying to figure out were it is the right place to control this
The editor should have a straight FFFFFF background same as raw edit and pickaxe edit. Otherwise readability is poor when writing.
If someone decided to use Pattern with a frame in dark blue the editor would have black text on dark blue background so this one has to be fixed.
I have added this style to
pattern.css:
.mceContentBody {
background-color:#fff;
}
This is a fix for pattern only. I cannot see if the editor uses any of the styles/themes, and if so, if these files won't get overwritten with an editor update.