Programming Project 8753226
My company, Distribion, is having an issue with the WYSIWIG editor TinyMCE(http://tinymce.moxiecode.com/) in Internet Explorer. We are short on resources at the moment but need a solution by Wed of next week (12/9/09) and are willing to pay $200 for the solution. When a solution is found, you are free to post the solution as your own contribution to the community.
Consider the following HTML:
Dear Sir,<br/>
<br/>
Text body…More Text<br/>
<br/>
Thank you<br/>
In Mozilla Firefox and Google Chrome, using the WYSIWYG interface, highlighting the line starting with “Text Body”, pressing the “Unordered List” button produces the following expected HTML:
<p>Dear Sir,<br /> <br /></p>
<ul>
<li> Text body…More Text</li>
</ul>
<p><br /> Thank you</p>
However, doing the exact same thing in IE (version 8, to be specific) produces the following:
<ul>
<li>Dear Sir,<br /><br />Text body…More Text<br /><br />Thank you</li>
</ul>
We are in need of a solution that will have IE versions 6, 7, and 8 produce the same HTML as Firefox and Chrome.
David Granado
Senior DMP Developer
Distribion, Inc.
http://www.distribion.com/



