Deleting a row in the attached table causes a crash during document layout.
It seems the height of the line is not properly calculated for specific fonts which leads to difference in the way the documents look. Document with one full page of text formatted with Arial Unicode MS looks shorter in RadRichTextBox.
When ParagraphProperties dialog is opened while several paragraphs are selected, the values in the dialog correspond to the values of that paragraph, where the cursor was placed before opening the dialog. Then if the dialog is closed with OK button, these values are applied to the other paragraphs as well.
In specific conditions, when selecting text through the document, NullReferenceException is thrown in RectPathBuilder class.
A "FontSize" setting cannot be applied to multiple paragraphs when the font size of the character at the beginning of selection is equal to the value which is going to be set. Update: the issue is duplicate of http://feedback.telerik.com/Project/143/Feedback/Details/173836 . The fix will be included in 2016 Q1.
1. Create a hyperlink before a section break.2. Remove this hyperlink by clicking on the context menu. The fix is available in our latest official release 2014 Q3 SP1.
The fix is available in our LIB release (v. 2015.3.1123).
The Object pool is keeping a references to RadTextBlock and RadRun.
The fix will is available in our latest LIB release (v. 2015.03.1109).
The fix will is available in our LIB release (v. 2015.03.1109).
For now, We can drag or paste Images into RadRichTextBox. But still can't drag or paste files like RichTextBox in Winform. It's very inconvenient!
Images nested in merge fields are imported as raw RTF text which leads to slow performance.
When a field result fragment has multiple lines only the first and the last paragraph get the proper paragraph style properties.
When Insert date command through "Date & Time" button is executed for the first time, the date is added to the document as expected. However, if the date is inserted once again, then the date is inserted twice. If date is inserted for the third time in the document, then it will be inserted three times and so on.