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.
Item85: Wysiwyg/TinyMCI doesn't like verbatim text with trailing backslashes
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Extension |
WysiwygPlugin |
|
The following text:
<verbatim>
dmhedit \
infile=spectrum.fits \
filelist=none \
operation=add \
key=BACKSCAL \
value=$BACKSCAL \
datatype=indef
</verbatim>
is chewed up by the
WysiwygPlugin and turned into:
<verbatim>
dmhedit infile=spectrum.fits filelist=none operation=add key=BACKSCAL value=$BACKSCAL datatype=indef
</verbatim>
If I remove the trailing backslashes, it retains the original formatting.
This task was overlooked because the "affected component" was not set.
--
MichaelTempest - 23 Oct 2010
I am not sure when this was fixed, but this works now on the 1.1 release branch. I am not planning on making any changes for this item, because it works

Therefore, I am closing this task.
--
MichaelTempest - 06 Nov 2010