Hello,
We are currently using Editor V 2009.3.1314.35.
We have two scenarios where the editor is modifying our HTML in unexpected ways.
First we are seeing align="left" become float:left as well as adding a "border-style:solid" where there previously was none. This happens in Firefox and IE.
Example:
| <img src="http://www.infocuslists.com/enewsimages/potofgold.gif" alt="Pot of Gold at the End of the Rainbow" border="none" align="left" style="margin:0;"/> |
Becomes:
| <img style="border-style: solid; margin: 0pt; float: left;" alt="Pot of Gold at the End of the Rainbow" src="http://www.infocuslists.com/enewsimages/potofgold.gif" /> |
We are also seeing borders being stripped out, this one only happens in Firefox only.
Example:
| <div style="border-style: solid; border-color: #dee4e7; border-width: 5px 1px 1px; margin: 0px 0px 15px; padding-left: 6px; padding-right: 4px; background-color: #f9f9f7;"> |
Becomes:
| <div style="margin: 0px 0px 15px; padding-left: 6px; padding-right: 4px; background-color: #f9f9f7;"> |
These both became an issue when upgrading to the current version of the RadEditor we are using.
