I'm seeing some strange behavior in the paste from Word functionality on Firefox - and I see the same exact behavior on your demo to.
1. go here: http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx
2. open the full tools
3. open MS Word and create a piece of text that says "This is some Word Text "
4. Click the Paste From Word icon and paste in the above text from your Word doc.
5. Switch to HTML view.
This is what you see in the html view:
<style>
<!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} -->
</style>
<p>This is some <strong>Word</strong> Text</p>
<br />
What is with all this excess html???
Shouldn't it just be:
<p>This is some <strong>Word</strong> Text</p>
1. go here: http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx
2. open the full tools
3. open MS Word and create a piece of text that says "This is some Word Text "
4. Click the Paste From Word icon and paste in the above text from your Word doc.
5. Switch to HTML view.
This is what you see in the html view:
<style>
<!-- /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-parent:""; margin:0in; margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:12.0pt; font-family:"Times New Roman"; mso-fareast-font-family:"Times New Roman";} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.25in 1.0in 1.25in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} -->
</style>
<p>This is some <strong>Word</strong> Text</p>
<br />
What is with all this excess html???
Shouldn't it just be:
<p>This is some <strong>Word</strong> Text</p>