Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-231

Support for Manually Edited Tables in the WYSIWYG Editor

    XMLWordPrintable

Details

    Description

      If you add the following content in the Wiki Editor (not WYSIWYG)

      <table>
      <tr>
      <td colspan="2"> Test </td>
      </tr>
      <tr>
      <td>1</td>
      <td>2</td>
      </tr>
      </table>

      And then edit it using the WYSWIYG Editor it will be transformed from a custom HTML Table to a Wiki Table. The colspan will be lost in the process and the table will look quite dirrently.

      We need to "tag" the manual tables when converting to the WYSIWYG Editor so that they are not converted on saving. You can add anything in the TABLE tag that will allow you do detect it on saving.

      Attachments

        Activity

          People

            phunghainam Phung Hai Nam
            ludovic Ludovic Dubost
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: