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

Content Blanks

2 Answers 42 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Dhruval Dave
Top achievements
Rank 1
Dhruval Dave asked on 30 Mar 2010, 12:59 PM
i am using radeditor for storing comments in Database.
but in Mozilla Firefox it stores blank content while in IE6+ working successfully.

Plz. Help to solve this bug.

2 Answers, 1 is accepted

Sort by
0
robertw102
Top achievements
Rank 1
answered on 30 Mar 2010, 02:30 PM
Are you performing a check to see if the content entered is blank? Also, which property are you checking Content or Text. I would do a check like this:

if(!String.IsNullOrEmpty(RadEditor.Text.Trim())) 
    // save in database 

You should check the RadEditor's Text property to ensure that it actually contains text content and not just empty tags.

I hope that helps.
0
Rumen
Telerik team
answered on 30 Mar 2010, 03:09 PM
Hi Dhruval,

If the problem not happens in IE only then this is the well known problem of ASP.NET AJAX, which is discussed in this KB article:

RadEditor Content Not Saved After Ajax Update in Firefox, Google Chrome and Safari.

If you are unable to solve the problem, please open a support ticket and send a sample working project that demonstrates it.



Greetings,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Editor
Asked by
Dhruval Dave
Top achievements
Rank 1
Answers by
robertw102
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or