Completed
Last Updated: 19 May 2017 12:44 by ADMIN
ADMIN
Tanya
Created on: 27 Apr 2017 06:13
Category: RichTextBox
Type: Bug Report
0
RichTextBox: Focus is not returned to the caret when the Font Family or Font Size combo boxes are used and the LayoutMode is Flow
The focus stays in the combo box.

Workaround: Attach to the DropDownClosed event of the combo box and focus the presenter:
(this.radRichTextBox.ActiveEditorPresenter as Telerik.Windows.Documents.UI.DocumentWebLayoutPresenter).Focus();

Fix available in LIB Version 2017.2.522.
0 comments