Hi,
When I use the Image Manager to insert an image into the contents of the RadEditor a link like <img alt="" style="width: 120px; height: 150px;" src="/CMS/Upload/Media/7038fa0c-61ec-46ae-a397-b899dc3b21e3.jpeg" complete="complete" complete="complete" /> is inserted (when I switch from the design view to the html view).
This is not xhtml compliant.
It is unclear to me why the attribute complete="complete" is inserted and why it's inserted twice.
Please inform me how to avoid such invalid attributes when inserting images.
Regards,
Mink
When I use the Image Manager to insert an image into the contents of the RadEditor a link like <img alt="" style="width: 120px; height: 150px;" src="/CMS/Upload/Media/7038fa0c-61ec-46ae-a397-b899dc3b21e3.jpeg" complete="complete" complete="complete" /> is inserted (when I switch from the design view to the html view).
This is not xhtml compliant.
It is unclear to me why the attribute complete="complete" is inserted and why it's inserted twice.
Please inform me how to avoid such invalid attributes when inserting images.
Regards,
Mink
5 Answers, 1 is accepted
0
Hi Mink,
In the Q1 SP1 2009 release of RadControls for ASP.NET AJAX we provided support for IE8 and fixed the bugs reported by our customers.
For example IE8 added complete="complete" in the IMG tags or shape="rect" in the A tags. There was another problem in RadFormDecorator that was fixed and now the editor's dialogs that used it work without problems in IE8.
That is why my recommendation is to download the latest Q1 SP2 2009 build of RadControls for ASP.NET AJAX and confirm that the problem complete="complete" problem is fixed.
Kind 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.
In the Q1 SP1 2009 release of RadControls for ASP.NET AJAX we provided support for IE8 and fixed the bugs reported by our customers.
For example IE8 added complete="complete" in the IMG tags or shape="rect" in the A tags. There was another problem in RadFormDecorator that was fixed and now the editor's dialogs that used it work without problems in IE8.
That is why my recommendation is to download the latest Q1 SP2 2009 build of RadControls for ASP.NET AJAX and confirm that the problem complete="complete" problem is fixed.
Kind 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

Mink
Top achievements
Rank 1
answered on 22 Jul 2009, 10:31 AM
Hi Rumen,
I was going through the threads I'm watching to clean up a little and I saw that I haven't given you a response to you question to confirm whether updating to 2009 Q1 solved my problem with complete="complete". Sorry!
We've decided not to use the image manager that comes with RadEditor due to very specific needs we have where using the editor. I the mean time we have upgraded to 2009 Q1, but as we are not using the image manager I couldn't say if it solves my previous existing problem. However, I'm sure it would.
So thanks for your help and sorry for not responding more quickly.
Regards,
Mink
I was going through the threads I'm watching to clean up a little and I saw that I haven't given you a response to you question to confirm whether updating to 2009 Q1 solved my problem with complete="complete". Sorry!
We've decided not to use the image manager that comes with RadEditor due to very specific needs we have where using the editor. I the mean time we have upgraded to 2009 Q1, but as we are not using the image manager I couldn't say if it solves my previous existing problem. However, I'm sure it would.
So thanks for your help and sorry for not responding more quickly.
Regards,
Mink
0
Hi Mink,
Thank you for your feedback! Let us know if you need our further help.
Greetings,
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.
Thank you for your feedback! Let us know if you need our further help.
Greetings,
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

Dave
Top achievements
Rank 1
answered on 01 Apr 2011, 04:52 PM
I have similar issue with ektron cms400.net (content management system). I use IE8 and I get thise complete="complete" in the code and it is inserted twice. The worst part is even if you fix it, it is inserted again and then youcan't publish it if it is broken. Probably a bug related to IE but have to see if it is repeated in other broswers as well.
0
Hello Dave,
Does the problem happen if you put the following meta tag in the head tag of the page with RadEditor:
<meta http-equiv="X-UA-Compatible" content="IE=7" />
The page will be rendered in IE7 mode, which should fix the problem.
Another approach is to upgrade to the latest version of RadEditor, which offers support for IE9 as well.
Kind regards,
Rumen
the Telerik team
Does the problem happen if you put the following meta tag in the head tag of the page with RadEditor:
<meta http-equiv="X-UA-Compatible" content="IE=7" />
The page will be rendered in IE7 mode, which should fix the problem.
Another approach is to upgrade to the latest version of RadEditor, which offers support for IE9 as well.
Kind regards,
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