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

RadEditor Form Tag issue

9 Answers 99 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Shaista
Top achievements
Rank 1
Shaista asked on 23 Aug 2016, 05:35 AM
We are using Telerik version "2013..3.1114.35" . We have CMS type of
application. And facing issue with form tag. When form tag placed under
radEditor. Any alternative to this problem. Is this issue resolved in
latest version. Need help on this as early as possible.

9 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 25 Aug 2016, 12:48 PM
Hi Shaista,

Can you elaborate on the exact form-tag issue you are facing? What are the steps to reproduce it?

Basically, our demos application is running with the latest official version of our controls, so you can directly test whether the issue is fixed in it:
http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx

Regards,
Vessy
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Shaista
Top achievements
Rank 1
answered on 01 Sep 2016, 12:36 PM

Thanks for reply. On the given demo link I pasted below content from html view.

<form action="https://visitor2.constantcontact.com/api/signup" method="post">
<p>Email Address:</p><input name="email" placeholder=" " size="30" type="email">
<br><br>First Name:<br>
<input name="first_name" placeholder=" " size="30"><br><br>Last Name:<br>
<input name="last_name" placeholder=" " size="30"><br><br>
<p data-id="Lists:p"><label data-id="Lists:label" data-name="list" class="ctct-form-required">Email Lists</label></p><div><input data-id="Lists:input" name="list_0" value="1271673089" type="checkbox"><span data-id="Lists:span">"To the Point" E-Newsletter</span></div><div><input data-id="Lists:input" name="list_1" value="1394862772" type="checkbox"><span data-id="Lists:span">Alumni Newsletter</span></div><div><input data-id="Lists:input" name="list_2" value="2009200633" type="checkbox"><span data-id="Lists:span">General Interest</span></div><div><input data-id="Lists:input" name="list_3" value="1375871949" type="checkbox"><span data-id="Lists:span">Parent Updates (Current Parents)</span></div><div><input data-id="Lists:input" name="list_4" value="1098075564" type="checkbox"><span data-id="Lists:span">Summer Session Community</span></div><p>&nbsp;</p>
<input name="ca" value="c729552c-f7c6-4126-a166-a616bb5adae4" type="hidden">
<input name="url" value="http://www.constantcontact.com/" type="hidden">
<input type="submit">
</form>

But I got error - Blocked by Content Security Policy

Is this possible to achieve using RAdEditor.

Can you have any alternate solution for same. Please suggest.

0
Amol
Top achievements
Rank 1
answered on 01 Sep 2016, 01:14 PM

Hi Telerik Team,

I am developer working on one of  the Content management System project in asp.net. I am using telerik rad editor control for editing the html of the page. I am using class file to set all properties of telerik rad editor control at run time. Now days, I am facing one issue html form element. I can add html form and save success fully for first time but when I edit the page content using edit button on  tool bar I receive an telerik javascript error  as " a is a not a function" and my editor does nothing further. I can not able to edit or publish the changes after adding html form element using telerik rad editor .

Please refer my class file used to configure the telerik rad editor at run time and version of telerik DLL being used for your reference as attached

Please kindly assist me in solving this issue immediately.  Here I am also giving HTML form as,

<form action="https://visitor2.constantcontact.com/api/signup" method="post">

<p>Email Address:</p><input name="email" placeholder=" " size="30" type="email">
<br><br>First Name:<br>
<input name="first_name" placeholder=" " size="30"><br><br>Last Name:<br>
<input name="last_name" placeholder=" " size="30"><br><br>
<p data-id="Lists:p"><label data-id="Lists:label"
data-name="list" class="ctct-form-required">Email
Lists</label></p><div><input data-id="Lists:input"
name="list_0" value="1271673089" type="checkbox"><span
data-id="Lists:span">"To the Point"
E-Newsletter</span></div><div><input
data-id="Lists:input" name="list_1" value="1394862772"
type="checkbox"><span data-id="Lists:span">Alumni
Newsletter</span></div><div><input
data-id="Lists:input" name="list_2" value="2009200633"
type="checkbox"><span data-id="Lists:span">General
Interest</span></div><div><input
data-id="Lists:input" name="list_3" value="1375871949"
type="checkbox"><span data-id="Lists:span">Parent Updates
(Current Parents)</span></div><div><input
data-id="Lists:input" name="list_4" value="1098075564"
type="checkbox"><span data-id="Lists:span">Summer Session
Community</span></div><p>&nbsp;</p>
<input name="ca" value="c729552c-f7c6-4126-a166-a616bb5adae4" type="hidden">
<input name="url" value="http://www.constantcontact.com/" type="hidden">
<input type="submit">

</form>

Please kindly look into this and help me to resolve this issue.

 

Thanks

Amol

 

 


 

0
Vessy
Telerik team
answered on 07 Sep 2016, 07:51 AM
Hi guys,

I tested the used by you version of the editor with the given content but no errors were thrown at my end.

Can you, elaborate a bit on what exactly do you mean by saying "but when I edit the page content using edit button on  tool bar I receive an telerik javascript error"? Is this Edit button part of the used CMS system, or is it a custom tool implemented by you in RadEditor?

Are you able to reproduce the same issue outside the used CMS system (you can see how to isolate the problem here)? If so, are you experiencing the issue in all browsers, or only in a specific one?

In case the problem occurs only in the CMS environment, I would advice that you contact the used Content management System support and see whether they are aware of the problem and what may be causing it.

Regards,
Vessy
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Amol
Top achievements
Rank 1
answered on 07 Sep 2016, 09:10 AM

Hi Vessy,

Thank you very much for your reply. Edit button is a part of my CMS system. Telerik Rad Menu control is used for doing Admin activities. On this admin tool bar I have given button to edit page content. I am facing this issue in all browser; it is not browser specific.

Please kindly help .

Thanks

Amol

 

0
Vessy
Telerik team
answered on 09 Sep 2016, 04:06 PM
Hi Amol,

Unfortunately I cannot be much more helpful here as I can only guess what is the logic assigned to the click event of the Edit button in the used CMS system. Contacting the developers/support of the used CMS system will be the best option in this case, as they will know the best which part of their Edit implementation may interferes with the Telerik controls on the page and brings the experienced error.

Regards,
Vessy
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Amol
Top achievements
Rank 1
answered on 12 Sep 2016, 10:28 AM

Hi Vessy,

Thank you very much for the updates. I have posted same issue on another forum to get support and resolve this issue asap but I am unable to find solution for this problem.

Thanks

0
Vessy
Telerik team
answered on 15 Sep 2016, 08:40 AM
Hi,

You are welcome, Amol - I hope that the CMS crew will address this problem for you soon. Please, feel free to update this thread once you found what is causing the issue, or in case you manage to reproduce it outside the CMS environment with the Telerik controls, so we can assist you further on resoling it.

Regards,
Vessy
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Amol
Top achievements
Rank 1
answered on 19 Sep 2016, 12:49 PM

Hi Vessy,

Thank you very much your information.Looking for solution to resolve this problem.

Thanks

Amol

 

Tags
Editor
Asked by
Shaista
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Shaista
Top achievements
Rank 1
Amol
Top achievements
Rank 1
Share this question
or