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
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