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

problems with preview mode and anchor tags

1 Answer 21 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Trevor
Top achievements
Rank 1
Trevor asked on 08 Apr 2013, 11:08 PM
We've run into a couple problems with Preview mode of the editor. The editor version is 2012.2.724.40.

First problem:

Switching the editor to Preview mode, then back to design/html mode, onclick of an anchor tag has been removed. Example:

  <a href="http://www.google.com" onclick="alert('clicked');">link</a>

changed to:

  <a href="http://www.google.com">link</a>


Second problem:

Switching the editor to Preview mode and submitting the page, target="blank" has been added to the anchor tag. Example:

  <a href="http://www.google.com">link</a>

changed to:

  <a target="blank" href="http://www.google.com">link</a>


Are these known issues in version 2012.2.724.40 of the editor?

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 10 Apr 2013, 07:00 AM
Hi Trevor,

We are aware of such problems in previous versions but they should have been fixed already. You can verify this on the live demos.

All the best,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Trevor
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or