This is a migrated thread and some comments may be shown as answers.

Clearing RadEditor content causes High CPU consumption

3 Answers 68 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Diego
Top achievements
Rank 1
Diego asked on 26 Mar 2018, 08:42 PM

Hi,

I am facing an issue with a RadEditor control inside my web application. This is the line of code:

var editor = $("#editor").data("kendoEditor");

editor.value("");

When I run this code the cpu consumption increases up to 50% and the page ends crashing. This only occurs in firefox, even in its latest version. I was able to make a workaround for this, setting an blank space instead of an empty string, but the issue also happens when I clear the text manually through the UI.

Please your support for this issue.

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 27 Mar 2018, 07:05 AM
Hi Diego,

Can you please specify whether you are using RadEditor for ASP.NET AJAX or Kendo UI Editor? The value() method is offered by the Kendo Editor and we have to change the product forum if this is indeed the case.

Best regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Diego
Top achievements
Rank 1
answered on 27 Mar 2018, 01:41 PM

Hello Rumen,

 

I am using the Kendo UI Editor...:

$("#editor").kendoEditor({...

 

 

0
Ianko
Telerik team
answered on 29 Mar 2018, 10:22 AM
Hello Diego,

This thread seems to be a diplicate of this one: www.telerik.com/forums/high-cpu-consumption-when-clearing-editor-content. Let us continue the conversation there. I am closing this one. 

Regards,
Ianko
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Editor
Asked by
Diego
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Diego
Top achievements
Rank 1
Ianko
Telerik team
Share this question
or