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

Extra lines removed or added when switching from WYSIWYG editor to wiki editor

    XMLWordPrintable

Details

    Description

      For example in wiki mode enter:

      Hello *world*.
      
      test *test* test
      
      <table border="0">
      <tbody><tr><td>xxxxx</td>
      </tr>
      </tbody></table>
      
      1. test
      1. test
      
      # test
      # test
      

      Then switch to WYSIWYG mode and switch again to wiki mode. You'll get:

      Hello *world*.
      
      test *test* test
      
      <table border="0">
      <tbody><tr><td>xxxxx</td>
      </tr>
      </tbody></table>
      1. test
      1. test
      
      
      # test
      # test
      

      As you see there are 2 problems:

      • A line was removed after the closing table tag
      • An extra line was added before the second liszt

      Attachments

        Activity

          People

            phunghainam Phung Hai Nam
            vmassol Vincent Massol
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: