Details
-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
1.9
-
None
-
Unknown
-
Description
When different headers are used inside a table, the table structure is broken
Example:
{| | ==H2== | ===H3=== |}
The H2 and H3 headers should be in the same row but they are in different rows.
We tested the source with Bliki. Bliki renders correct html. This is what Bliki renders:
<div style="page-break-inside: avoid;"> <table> <tr> <td><h2><span class="mw-headline" id="H2">H2</span></h2></td> <td><h3><span class="mw-headline" id="H3">H3</span></h3></td></tr></table></div>
So it's an issue in from the Mediawiki extension.
Attachments
Issue Links
- is related to
-
XRENDERING-488 The xwiki/2.x renderer does not serialize properly standalone content inside a table cell
- Closed
- relates to
-
MEDIAWIKI-74 Text formatting (bullet points) within a table cell breaks formatting in XWiki < 10.5
- Closed