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.
Item10125: WysiwygPlugin eats newlines before anchors
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Extension |
WysiwygPlugin |
|
WysiwygPlugin does not preserve the newlines before
#TmlAnchors in TML like this:
---++ Accepted
TBD
#ApprovedTerm
---++ Approved
... it changes to:
---++ Accepted
TBD #ApprovedTerm
---++ Approved
Here is a linux command for finding affected topics (run it in the
data directory):
find . -name \*.txt -exec grep -Hn -e ' [#][A-Z]\+[a-z0-9]\+[A-Z]' *.txt \{\} \;
It may produce false positives, so check each topic it reports.
--
MichaelTempest - 06 Dec 2010
It seems that the
Item2174 changes have fixed this on trunk. However, it is worth reporting this bug as fixed in the release notes of whatever release includes
Item2174.
--
MichaelTempest - 06 Dec 2010
Yup - this is definitely working on trunk.
--
MichaelTempest - 14 Jan 2011
Broken again on trunk.
--
GeorgeClark - 03 Apr 2012
This appears to have been fixed for 1.1.5. Missed closing this task.
--
GeorgeClark - 24 Apr 2012