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

Editor removes empty attributes from iframe

1 Answer 43 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Andrey
Top achievements
Rank 1
Andrey asked on 15 Sep 2014, 10:58 AM
Hi Guys,

Scenario:
1. Select the “HTML” mode;
2. Add the following iframe:
<iframe src="http://www.sitecore.net/" width="500px" height="500px" myattr1=”1” myattr2=””></iframe>
3. Switch to the “Design” mode;
4. Switch to the “HTML” one.
Actual result:
<iframe src="http://www.sitecore.net/" width="500px" height="500px" myattr1=”1”></iframe>
Expected result:
<iframe src="http://www.sitecore.net/" width="500px" height="500px" myattr1=”1” myattr2=””></iframe>
Please take a look at the video at http://screencast.com/t/jnqcsNmIcx0

Best regards,
Andrey

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 18 Sep 2014, 08:11 AM

Hi Andrey,

Could you try adding a value to the second attribute so it is valid? I am attaching here a short video that demonstrates the difference.


Regards,

Marin Bratanov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Editor
Asked by
Andrey
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or