Fixed Multiple tables do not round trip as expected

Xon

Well-known member
Affected version
2.1.3
If you have two tables;

[TABLE]
[TR]
[TD].[/TD]
[TD].[/TD]
[TD].[/TD]
[/TR]
[/TABLE]
[TABLE]
[TR]
[TD].[/TD]
[TD].[/TD]
[TD].[/TD]
[TD].[/TD]
[TD].[/TD]
[/TR]
[/TABLE]
...
.....

Clicking edit/reply gives this output (a new line is inserted between the tables);

[TABLE]
[TR]
[TD].[/TD]
[TD].[/TD]
[TD].[/TD]
[/TR]
[/TABLE]

[TABLE]
[TR]
[TD].[/TD]
[TD].[/TD]
[TD].[/TD]
[TD].[/TD]
[TD].[/TD]
[/TR]
[/TABLE]
...

.....
 
Thank you for reporting this issue. It has now been resolved and we are aiming to include it in a future XF release (2.1.4).

Change log:
Prevent line break being inserted between two tables when rendering BBCode in editor
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Top Bottom