Steps to reproduce the text highlighting issue:
Hi Jean-Pierre,
Thank you for reporting this problem!
Until the issue gets fixed, you can use the temporary solution below:
<script>
var $T = Telerik.Web.UI;
var $Editor = $T.Editor;
$Editor.DefaultToolAdapter.prototype._registerEditorHandlers = function () {
var editor = this.get_editor();
editor.add_load(this._onEditorLoadDelegate);
editor.add_modeChange(this._onEditorModeChangeDelegate);
}
</script>
<telerik:RadEditor ID="Radeditor1" runat="server">
<Content>some very long long long long long sentence</Content>
</telerik:RadEditor>
Regards,
Rumen
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.