If you specify a horizontal line using '---' immediatly after a table, the expected horizontal line is not rendered. All that you get is a line with '---' on it. If you add a space between the table and the '---' then you get the expected horizontal line rendered. This code works on every version up to 4.1.2. It fails on the out of the box
TWiki-4.2.0-rc2, Mon, 10 Dec 2007, build 15958, Plugin API version
1.2.
Example raw data for a simple page which shows the problem
---+!! Title
Current test data can be found here.
|Test1 |Test2 |
---
%TOC%
---
--
TWiki:Main/PhilipSchmidt
- 15 Dec 2007
Let's just try that:
Howzat
This is due to some recent change in
TablePlugin. When I disable this plugin, the behaviour is correct. Reattributing to that plugin.
CC
On my setup (4.3.0) it works fine. Again here:
Test
Current test data can be found here.
Some text between rulers
... it doesn't. Very strange.
AC
This is almost a duplicate of
Item5134, where I've reported the same for lists after a table. The root cause was a wrong fix for
Item5084 which unfortunately made it into RC1. It should be fine after rev. 15999/16000, and I suppose that's why Arthur can't reproduce it in 4.3.0 (which I guess is simply the MAIN branch).
--
TWiki:Main.HaraldJoerg
- 15 Dec 2007
But I don't understand why this problem occurs here on develop. I've understood that it is updated very frequently, so the fix should be included in the TablePlugin here.
--
TWiki:Main.ArthurClemens
- 15 Dec 2007
The svn update on d.t.o was failing due to a malformed UTF-8 topic name in the Sandbox web.
CC
Indeed, it is fixed now.
--
TWiki:Main.ArthurClemens
- 16 Dec 2007