You are here: Foswiki>Tasks Web>Item510 (08 Jan 2009, KwangErnLiew)Edit Attach

Item510: Wysiwyg editor takes the background colour for the html body for the editor instead of applying a white background.

pencil
Priority: Urgent
Current State: Closed
Released In: 1.0.0
Target Release: patch
Applies To: Extension
Component: TinyMCEPlugin
Branches:
Reported By: Foswiki:Main.KennethLavrsen
Waiting For:
Last Change By: KwangErnLiew
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.

ItemTemplate edit

Summary Wysiwyg editor takes the background colour for the html body for the editor instead of applying a white background.
ReportedBy Foswiki:Main.KennethLavrsen
Codebase
SVN Range TWiki-4.2.3, Wed, 06 Aug 2008, build 17396
AppliesTo Extension
Component TinyMCEPlugin
Priority Urgent
CurrentState Closed
WaitingFor
Checkins distro:a0d24919d4d4
TargetRelease patch
ReleasedIn 1.0.0
Topic revision: r5 - 08 Jan 2009, KwangErnLiew
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy