Item1667: Edits to protected text insert unwanted sticky tags
Priority: Normal
Current State: Closed
Released In: 1.1.0
Target Release: minor
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