A document created from RadRichTextBox containing a transparent image is successfully shown in Adobe. However, when saved from Adobe, leads to corrupt PDF and the image is missing.
ActiveDocumentEditorChanged is not always fired correctly.
Introduce an out-of-the-box way to merge documents along with all specifics of each document - section properties, lists, styles.
Currently RadRichTextBox supports Html-based and Silverlight printing. Silverlight printing should be very exact as it simply prints out each page as an Image. Though this type of printing can be really slow for large documents. Currently page layout in Html printing depends on browser layout and this is why the number of pages in the actual document and browser-printed version can be different. Using absolute positioning in Html hopefully this issue can be resolved and paging/positioning of document elements will be precise.
When styling the whole paragraph and exporting to HTML format the list item doesn't receive its styling. On importing the output document we can't recover the full styling of the list item.
RadRichTextBox does not import correctly value set to auto for paragraph, table or table cell background. The imported color is white. Possible workaround is to set the background color to specific value or to clear the value.
The fix will be available in our next LIB release (v. 2016.1.208).
All attributes for table cell are exported to HTML regardless of whther they are added to HtmlExportSettings.PropertiesToIgnore or not.
When deleting an inserted table and undo'ing the delete action, all style information is lost for all rows except the first.
Even if a cell is aligned to center or right, the td element in the HTML has attribute align="left". The paragraph within has the proper alignment, but this is confusing. MS Word omits the align attribute of the cell and sets alignment on the paragraphs directly.
Occurs for properties of paragraph like alignment or ListId as well.