Opened 11 years ago

Closed 11 years ago

Last modified 10 years ago

#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">&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?

Attachments (1)

doubles.docx (12.5 KB) - added by grimreaper01 11 years ago.
Double Underline

Download all attachments as: .zip

Change History (6)

Changed 11 years ago by grimreaper01

Attachment: doubles.docx added

Double Underline

comment:1 Changed 11 years ago by Jakub Ś

Keywords: underline removed
Status: newconfirmed
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 in reply to:  1 Changed 11 years ago by grimreaper01

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 11 years ago by Jakub Ś

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 11 years ago by Piotrek Koszuliński

Resolution: invalid
Status: confirmedclosed

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 10 years ago by Frederico Caldeira Knabben

Component: Core : StylesPlugin : Paste from Word
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy