Unplanned
Last Updated: 04 Mar 2022 07:55 by ADMIN
Yuujin
Created on: 17 May 2021 05:40
Category: RichTextEditor
Type: Bug Report
5
RichTextEditor: Focused event is not fired

Focused event is not fired:

 <richtexteditor:RadRichTextEditor Focused="RadRichTextEditor_Focused"/>

private void RadRichTextEditor_Focused(object sender, FocusEventArgs e)
{

}

 

 

5 comments
ADMIN
Didi
Posted on: 04 Mar 2022 07:55

Hello,

The behavior with the focused event comes from the WebView which is used for the RichTextEditor control. For now we cannot suggest a workaround for this issue. 

Regards,
Didi
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Nikita
Posted on: 04 Mar 2022 07:22
Are there any solutions to this problem ? I have the same
Tom
Posted on: 13 Oct 2021 15:34
Didi, thank you for showing me that link. Yes, we're looking for behavior that works the same as RadEntry like this YouTube demonstrates.
ADMIN
Didi
Posted on: 13 Oct 2021 14:21

Hello Tom,

For opening/closing the Soft Keyboard when the control receives focus - we have a Feature Request https://feedback.telerik.com/xamarin/1512776-richtexteditor-provide-an-option-to-auto-focus-the-control-and-display-the-keyboard-when-in-edit-mode 

Regards,
Didi
Progress Telerik

Remote troubleshooting is now easier with Telerik Fiddler Jam. Get the full context to end-users' issues in just three steps! Start your trial here - https://www.telerik.com/fiddler-jam.
Tom
Posted on: 13 Oct 2021 13:34
The main thing IMO is that calling RichTextEditor.Focus() should present the Soft Input Keyboard and the complementary RichTextEditor.Unfocus() should close it. (The Unfocused event is also missing as noted here.)