Uploaded image for project: 'MediaWiki tools'
  1. MediaWiki tools
  2. MEDIAWIKI-73

Multiple headers inside a table breaks table structure in XWiki < 10.5

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Fix
    • Major
    • None
    • 1.9
    • Syntax
    • 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

          Activity

            People

              tmortagne Thomas Mortagne
              whhe Wei He
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: