In MS Word,create a new docx file, insert a table, select the whole table, insert a bookmark.
Open the docx file with RadRichTextBox, the bookmark is missing.
This is because the bookmarkStart is in the first tc, while the bookmarkEnd is after the last tr, TableImporter failed to import the bookmarkEnd.
Here is my fix.
Insert a Plain Text Content Control to current document.
Enter a character in the Content Control.
Undo and then Redo.
The Content Control remains in placeholder mode, which is not supposed to.
When a new line is placed right after a nbsp, the new line is ignored in the layout. This can be reproduced by importing the following HTML:
First <br/>Second