Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 8.2-milestone-1
-
Component/s: Syntax - xhtml/1.0 & html/4.01
-
Labels:None
-
Tests:Unit
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
Description
The following XHTML:
<table> <tbody> <tr> <td><div class="wikimodel-emptyline"></div></td> <td><div class="wikimodel-emptyline"></div></td> </tr> </tbody> </table>
gets converted to:
|((( )))| ((( )))
As you can see the first table cell is converted correctly but the second one is messed up.
Attachments
Issue Links
- is related to
-
CKEDITOR-87 Table copy-pasted from a Word file into CKEditor does not display properly on page view
-
- Closed
-
-
XWIKI-6536 XHTML table cells that start with an empty line are badly converted to XWiki syntax
-
- Closed
-
- relates to
-
CKEDITOR-93 Carriage-Return 'red-arrow' box breaks table on save
-
- Closed
-