At this point the Ctrl + Insert shortcut doesn't work, while the Shift + Insert is pasting the text in the editor, but the pasted text is not visible until you start to type.
The fix is available in our latest LIB release (v. 2015.1.0316).
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.
All attributes for table cell are exported to HTML regardless of whther they are added to HtmlExportSettings.PropertiesToIgnore or not.
protected
override
void
ResetPooledElementProperties(
object
element)
{
if
(element
is
Path)
{
Path path = (Path)element;
path.Data =
null
;
path.Fill =
null
;
path.Dispatcher.BeginInvoke(()=>
ToolTipService.SetToolTip(path,
null
));
}
}
this
.radRichTextBox.HyperlinkToolTipFormatString =
string
.Empty;
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.
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.
Many common words with apostrophes fail spell checking (isn't, shouldn't) while others pass (don't, can't). Word traversal (GetCurrentWord, etc.) breaks words apart on apostrophes.
Occurs for properties of paragraph like alignment or ListId as well.
When color is applied to table cell border through the Table Borders -> Cell Borders, the thickness of the border is set to 0. This makes the border invisible. Workaround: Change the border thickness manually in the dialog after the color is changed. Steps to reproduce: - Add table with one column - Open from context menu Table Borders dialog - Click on Cell Borders tab - Apply color -> blue - Press OK Expected: The table cell has blue borders applied. Actual: The table cell has no borders.
When deleting an inserted table and undo'ing the delete action, all style information is lost for all rows except the first.
The fix is available in our latest official release 2014 Q3 SP1