Add API for adding embedded file streams (a.k.a. file attachments) to the PDF file produced during the export to PDF.
Quickly adding/removing of tab stop from the document's ruler crashes the application.
Closure reason: issue fixed Hi, The issue is fixed and is live with today's LIB release (v.2015.1.0406) Best Regards, Aylin Hyumet, The Telerik Team
The tab stop defining respective page number alignment correlates to the cell's width where the table of contents entry is positioned.
Implement support for content controls (a.k.a. Structured document tags), which will allow inserting editing controls in the document: - Rich Text - Plain Text - Check Box - Combo Box - Drop-down list - Date picker Do not confuse this feature with form fields support (see http://feedback.telerik.com/Project/143/Feedback/Details/146869 ).
Implement IF and ASK fields.
Inserting carriage returns in table cell until floating UI container is moved to another page causes a crash.
RadDocument.StreamFromUriResolving is not raised for the main document when InsertPictureField is included in header or footer.
Copy/Paste Adobe Reader snapshots are displayed as blank images.
When a floating image is moved out of the viewport it disappear and only its borders stay. Workaround: Set padding: <telerik:RadRichTextBox LayoutMode="Flow" Padding="0 0 0 500" /> Steps to reproduce: 1. Open RadRichTextBox application 2. Set the layout mode to Web 3. Insert an image and set its text wrapping to Square (use the context menu when you click with the right mouse button on the image) 4. Move the image in a way, part of the image will go outside of the viewport Observe: Image disappears, only the image adorner stays. Sometimes when you insert another image after the bug has occurred, the bug can be reproduced even without step 4 from the above described. Expected: The image shall not disappear and it shall be placed near the end of the viewport, but not outside it.
Changing the preferred width of columns to percentages from the Table Properties dialog actually sets them in pixels. Steps to reproduce: 1) Insert a table 2) select table column property and set preferred width to 20% 3) press "next column" button and set preferred width to 20% 4) Go to previous columns Expected: Column width is set in percentage. Actual: Some (or all) columns have width set in pixels.
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.
Currently PdfFormatProvider does not use the track-changes styles when exporting the document. So the different text color, underline, strike through or borders will not appear in the exported PDF.
RadRichTextBox doesn't support most used Chinese IMEs - QQ Pinyin and Sogou Pinyin.
This will reduce the resulting PDF documents' size drastically.
There are cases when it is unwanted to be able to add words to a custom dictionary. In that case the DocumentSpellChecker should not create a custom dictionary in the IsolatedStorage and this should be reflected in the default UI: 1. SpellCheckingDialog - the buttons "buttonAddToDictionary" and "buttonEditCustomDictionary". 2. ContextMenu - the item "Add to dictionary".
Create UI for editing CITATION fields, a.k.a. "citation placeholder", which later you can edit.
The following controls are not faded out when the RadRichTextBox has its IsReadOnly property set to true : - the labels inside Options and Position RadRibbonGroups in the Headers & Footers tab; -table styles gallery; alignment of table cell (743884); When in read-only range: - Bookmark;