Unplanned
Last Updated: 31 Jul 2023 16:11 by Larry
Larry
Created on: 27 Jul 2023 05:09
Category: RichTextEditor
Type: Feature Request
1
RichTextEditor: Provide an option to change the cursor color

The initial color of the cursor is black, but it is not visible when RichTextEditor Background is black. 

The cursor color changes when start typing in the editor and for example textcolor is set. 

  <telerik:RadRichTextEditor x:Name="richTextEditor" Grid.Row="1" TextColor="DarkOrange"
                               BackgroundColor="Black" />

3 comments
Larry
Posted on: 31 Jul 2023 16:11
Thanks! One last comment. Once dark theme support is added, and I have the current text color set to dark orange. I would expect pasted text to use that same color. Presumably that's obvious, but I just wanted to call it out explicitly.
ADMIN
Didi
Posted on: 31 Jul 2023 05:44

Hello Larry,, 

The behavior occurs because of missing dark theme support. If theme support is available, the pasted text color will reflect to the theme and default color will be updated accordingly. This comment is added to the internal item for theme support feature. 

Regards,
Didi
Progress Telerik

A brand new .NET MAUI course was just added to the Virtual Classroom. The training course is developed to help you get started with the Telerik UI for .NET MAUI components and features. It aims to put you in the shoes of an engineer who adds new features to an existing application. You can check it out at https://learn.telerik.com
Larry
Posted on: 30 Jul 2023 01:14
Also, and even worse, pasting text in resets the color to default (black) so the pasted text is invisible.