You are here: Foswiki>Tasks Web>Item11915 (02 Dec 2012, GeorgeClark)Edit Attach

Item11915: WysiwygPlugin divides tables into multiple tables if a \ line continuation is not preceded by a space.

pencil
Priority: Urgent
Current State: Closed
Released In: 1.1.6
Target Release: patch
Applies To: Extension
Component: WysiwygPlugin
Branches: Release01x01 trunk
Reported By: ArthurClemens
Waiting For:
Last Change By: GeorgeClark
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

distro:f3a281ac5a05 changed the regex for line continuations. It now requires a leading space ahead of the backslash.

-- GeorgeClark - 01 Jun 2012
 

ItemTemplate edit

Summary WysiwygPlugin divides tables into multiple tables if a \ line continuation is not preceded by a space.
ReportedBy ArthurClemens
Codebase 1.1.5, trunk
SVN Range
AppliesTo Extension
Component WysiwygPlugin
Priority Urgent
CurrentState Closed
WaitingFor
Checkins distro:90600f5f7d4e distro:4678035aef68
TargetRelease patch
ReleasedIn 1.1.6
CheckinsOnBranches Release01x01 trunk
trunkCheckins distro:90600f5f7d4e
Release01x01Checkins distro:4678035aef68
Topic revision: r7 - 02 Dec 2012, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy