#10053 closed New Feature (invalid)
Double Underline
Reported by: | grimreaper01 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Plugin : Paste from Word | Version: | 4.0 Beta |
Keywords: | Cc: | mbelarrem@…, jweinberger@… |
Description
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"> 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"> </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?
Attachments (1)
Change History (6)
Changed 12 years ago by
Attachment: | doubles.docx added |
---|
comment:1 follow-up: 2 Changed 12 years ago by
Keywords: | underline removed |
---|---|
Status: | new → confirmed |
Version: | 4.0.2 (GitHub - master) → 4.0 Beta |
@grimreaper01 such HTML works in every browser thus this sounds like a proper and interesting feature request.
comment:2 Changed 12 years ago by
Replying to j.swiderski:
@grimreaper01 such HTML works in every browser thus this sounds like a proper and interesting feature request.
@j.swiderski, That is good to hear, just wondering, if the .NET version can incorporate this feature as well. Is there any news on when the .NET version of the editor will have its new release?
~Grim
comment:3 Changed 12 years ago by
All I can say is that it will be released but there is still no exact date. I'm sorry for not giving you anything specyfic.
.NET version can incorporate this feature
.NET version uses JavaScript CKEditor thus if this feature will be introduced it will be present in .NET version after upgrading client-side code.
comment:4 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | confirmed → closed |
There is no style by which we could achieve such a visual effect without doing a dirty hack. Therefore we will not introduce this kind of feature. Especially that "double underline" has no semantical representation in HTML.
comment:5 Changed 11 years ago by
Component: | Core : Styles → Plugin : Paste from Word |
---|
Double Underline