SID-00690: Need really help: Twiki does not save the color of text
| Status: |
Answered |
TWiki version: |
4.3.2 |
Perl version: |
5.6.1 |
| Category: |
CategoryEditing |
Server OS: |
Windows 2003 Server |
Last update: |
16 years ago |
I am running following version of Twiki:
TWiki-4.3.2, Wed, 02 Sep 2009, build 18148, Plugin API version 1.2
on a Windows Platform based. Everything is working great,
but when i change the color of text, it does not save the color
in text area of Main area of the topic. When I look at the
html code, it shows as this:
<!--WYSIWYG content - do not remove this comment, and never use this identical text in your topics-->
<p>-- <span class="WYSIWYG_LINK">Main.TestTest</span> - 2009-12-23</p>
<p><span class="WYSIWYG_COLOR" style="color: blue;">This is to test the color </span></p>
The color gets displayed but when I save and continue and
go back out of the edit mode, it is back to black.
Anyhelp is appreciated.
Thanks
Alex.
--
AlexFerucci - 2009-12-23
Discussion and Answer
just another clue, if i go to raw edit mode and add the font color then
the color gets saved.
<font color="#000066">This is my test area </font>
I assume there is some issue with WYSIWYG... not sure.
--
AlexFerucci - 2009-12-23
This seems to be a known bug, see
TWikibug:Item6366
.
Workaround:
<sticky>
Enclose text in sticky tags.
</sticky>
--
PeterThoeny - 2010-02-02
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.