Item13344: Wysiwyg corrupts markup with mixed indent (:) and list markup
Priority: Normal
Current State: Waiting for Release
Released In: 2.2.0
Target Release: minor
The advanced example in
SupportBlockquoteAndIndenting renders correctly, but is corrupted by Wysiwyg:
1 An ol item
: two level of indent. counting list level
: three level indent, counting list level
text following the above indent
more text that is part of the above indent
1 Another ol item three levels in
1 Yet another ol item three levels in
: four level indent, counting list level
: two level indent
1 An ol item, continued numbering in sequence after the first
Renders as: (view on
http://trunk.foswiki.org/Tasks/Item13344 )
- An ol item
two level of indent. counting list level
three level indent, counting list level text following the above indent more text that is part of the above indent
- Another ol item three levels in
- Yet another ol item three levels in
four level indent, counting list level
two level indent
- An ol item, continued numbering in sequence after the first
After WYSIWYG Save becomes:
1 An ol item <p>two level of indent. counting list level <p>three level indent, counting list level
text following the above indent
more text that is part of the above indent</p> <ol> <li>Another ol item three levels in</li> <li>Yet another ol item three levels in <p>four level indent, counting list level</p> </li> </ol></p> <p>two level indent</p>
1 An ol item, continued numbering in sequence after the first
--
GeorgeClark - 31 Mar 2015
Defer to 1.2.1
--
GeorgeClark - 24 Apr 2015
Fixed on
Item14323 branch
--
Main.CrawfordCurrie - 10 Mar 2017 - 14:33
With the treatment of : elements as full list elements in the parser, this is no longer an issue on trunk.
--
Main.CrawfordCurrie - 28 Mar 2017 - 12:46