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.
Item1667: Edits to protected text insert unwanted sticky tags
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Extension |
WysiwygPlugin |
|
If I insert a new line in protected text in TMCE, the TML ends up with </sticky> <sticky> where the linebreak was inserted.
For example, suppose I start with this:
<sticky>
First Line
Last Line
</sticky>
If I insert a new line in between, using TMCE, I get this:
<sticky>
First Line</sticky> <sticky>New Line
Last Line
</sticky>
This is especially problematic in conjunction with plugins like the
DirectedGraphPlugin, where the <sticky> text is actually code.
Foswiki should collapse adjacent "sticky" regions, just like it does for verbatim regions.
--
MichaelTempest - 27 May 2009