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.
Item11915: WysiwygPlugin divides tables into multiple tables if a \ line continuation is not preceded by a space.
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Urgent |
Closed |
Extension |
WysiwygPlugin |
|
See
WysiwygPlugin
--
ArthurClemens - 31 May 2012
Actually, the bug is in
WysiwygPlugin, The table breaks to two tables during
TML2HTML processing. Recreated in 1.1.5. Not sure yet if it's due to the trailing backslash multiple-line rows, or the protected %BR% tags embedded in the table.
It's the %BR% The following results in two html tables: Remove the %BR% and it renders as a single table.
| A | B |
| A1 | B1 %BR%\
C1 |
| A2 | B2 |
--
GeorgeClark - 01 Jun 2012
Foswikirev:9886 changed the regex for line continuations. It now requires a leading space ahead of the backslash.
--
GeorgeClark - 01 Jun 2012