﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10053	Double Underline	grimreaper01		"Microsoft Word has an option to create double underline or know as Accounting Double Underline is this a possible new feature?

We might request double strike-through as well. 

This is the code that Microsoft Word generates when the plugin pasteFromWord is not requested:

{{{
<p class=""MsoNormal"" style=""margin: 0in 0in 10pt;"">
	<font face=""Calibri""><font size=""3""><font color=""#000000"">&nbsp;Matter<i style=""mso-bidi-font-style: normal;""> </i><u style=""text-underline: double;"">double-underlined</u><i> </i>is </font></font></font></p>
<p class=""MsoNormal"" style=""margin: 0in 0in 10pt;"">
	<o:p><font color=""#000000"" face=""Calibri"" size=""3"">&nbsp;</font></o:p></p>
}}}

A possible solution is to convert the html to: 


{{{
<p>
	<u style=""border-style: none none solid; border-bottom-width: thin;"">double-underlined</u></p>
}}}

Can paste from word handle this?

"	New Feature	closed	Normal		Plugin : Paste from Word	4.0 Beta	invalid		mbelarrem@… jweinberger@…
