Details
Much improved over the previous interation in 0.14. Now testing in 0.16. Rather than add to the previous report, I thought a new one would help the continued issue stand out in the new version.
As I reported before: We have a number of TWiki pages with program log dumps that include a section with a hexadecimal memory dump. These log sections are surounded by
tags so that they are not disturbed.
The hex dump sections are *now* converted into HTML ordered lists of *only one item* when loaded into the WysiwygPlugin editor and then saved back out. Because they are in a <verbatim> section, the <ol> and <li> tags are displayed in the page in the normal view.
---+++!! Test Case
Test Case
The original:
<verbatim>
0:000 : 8a 84 f4 01 00 00 10 00 00 00 10 02 20 00 03 00 ........ .... ...
16:010 : 00 e8 00 00 20 20 20 20 20 20 20 20 20 20 20 20 ....
32:020 : 20 20 20 20 20 20 20 20 02 00 02 00 04 00 61 72 ......ar
48:030 : 33 30 30 2e 66 30 6f 50 65 77 65 72 20 64 79 62 300.f0oP ewer dyb
</verbatim>
Open the page in the editor and then save it. The above ends up displayed as:
<verbatim>
<ol>
<li> :000 : 8a 84 f4 01 00 00 10 00 00 00 10 02 20 00 03 00 ........ .... ...
16:010 : 00 e8 00 00 20 20 20 20 20 20 20 20 20 20 20 20 ....
32:020 : 20 20 20 20 20 20 20 20 02 00 02 00 04 00 61 72 ......ar
48:030 : 33 30 30 2e 66 30 6f 50 65 77 65 72 20 64 79 62 300.f0oP ewer dyb
</li>
</ol>
</verbatim>
Maybe the leading spaces on each line with the numbers have something to do with it?
---+++!! Response
I tried putting this on a page where I had just installed v.16. This renders correctly through an edit and save. Could this be something specific to your installation?
---
No further response, so discarding. [[CC]]