Hello,
I have a problem when using editor.
I don't know how to upload the attachment. so i just describe the process.
Version:2008.Q3.SP1
Thanks for your reply.
I have a problem when using editor.
I don't know how to upload the attachment. so i just describe the process.
- using UpdatePanel in the page
- add 2 buttons in the UpdatePanel ContentTemplate
- Button1 used for create the radEditor dynamic
- when the editor is shown, input some text in the Editor, select all, change the text color, then click anywhere in the edit area(if keep selected state, the issue will disappear)
- Button2 can do anything, just make sure it do the asynchronous postback.
- when the result is back, click in the edit area, error 800a025e occured.
I personally think the cursor position make the problem.
Browser:IE7Version:2008.Q3.SP1
Thanks for your reply.
9 Answers, 1 is accepted
0
Coofucoo
Top achievements
Rank 1
answered on 03 Dec 2008, 01:27 AM
Is anyone know how to fix this problem?
0
Hi Coofucoo,
I tried to reproduce the problem locally but to no avail. Please open a support ticket and send us a small sample project where this issue can be observed - we will check it and do our best to help.
Regards,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
I tried to reproduce the problem locally but to no avail. Please open a support ticket and send us a small sample project where this issue can be observed - we will check it and do our best to help.
Regards,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Coofucoo
Top achievements
Rank 1
answered on 06 Dec 2008, 03:32 AM
We do have demo project, but could you tell us how to open a support ticket? or you can give us your support email address?
0
Hi Coofucoo,
Just log in your Client.Net account and go to the Your Support / Support Tickets / Support Ticket section. From there you can choose the product for which you would like to send a ticket - for convenience I added a screenshot to this reply.
Attach the project there and we will check it right away.
All the best,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Just log in your Client.Net account and go to the Your Support / Support Tickets / Support Ticket section. From there you can choose the product for which you would like to send a ticket - for convenience I added a screenshot to this reply.
Attach the project there and we will check it right away.
All the best,
Georgi Tunev
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
peng
Top achievements
Rank 1
answered on 09 Dec 2008, 10:25 AM
okay, we already send the demo project to you.
ticket ID is : 178922
0
Hello Peng,
I have already answered your question in the ticket you sent us. For your convenience I am pasting the workaround for this problem:
Sincerely yours,
Nikolay Raykov
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
I have already answered your question in the ticket you sent us. For your convenience I am pasting the workaround for this problem:
| void btnShow_Click(object sender, EventArgs e) |
| { |
| divShow.InnerHtml = radEditor1.Content; |
| string script = "window.setTimeout(function(){$find('" + radEditor1.ClientID + "').setFocus();}, 0);"; |
| ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "focus", script, true); |
| } |
Sincerely yours,
Nikolay Raykov
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Jeffrey Sylvan
Top achievements
Rank 1
answered on 07 May 2009, 08:02 PM
Will this be resolved in the next release, or do we have to do a manual fix for now?
0
Hi Jeffrey,
The problem should be fixed in the latest official release of RadEditor. Could you please download the latest SP1 Q1 2009 build of RadControls for ASP.NET AJAX and try to reproduce the problem?
If you still experience this problem, please open a support ticket and send a sample working project that demonstrates it.
Best regards,
Rumen
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
The problem should be fixed in the latest official release of RadEditor. Could you please download the latest SP1 Q1 2009 build of RadControls for ASP.NET AJAX and try to reproduce the problem?
If you still experience this problem, please open a support ticket and send a sample working project that demonstrates it.
Best regards,
Rumen
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
kereal
Top achievements
Rank 1
answered on 13 Aug 2009, 09:19 AM
Hello
I've recently experienced the same error with the Q2 version. I don't add the editor dynamically, but its visibility is changed during postback. This only happens when using IE7 and it is hard to understand the exact conditions when it's happening.
The fix code provided seems to be working.
K
I've recently experienced the same error with the Q2 version. I don't add the editor dynamically, but its visibility is changed during postback. This only happens when using IE7 and it is hard to understand the exact conditions when it's happening.
The fix code provided seems to be working.
K
