Opened 12 years ago

Last modified 8 years ago

#9322 confirmed New Feature

CKEditor should recognize fields like checkboxes pasted from word.

Reported by: Jakub Ś Owned by:
Priority: Normal Milestone:
Component: Plugin : Paste from Word Version: 3.0
Keywords: Cc:

Description

Allow for adding checkboxes in word 2010 as described in http://www.word-2010.com/insert-a-check-box-in-microsoft-word-2010/ or use the attached docx file.

Paste checkboxes into CKEditor and notice that no checkboxes appear.

I think it would be nice if CKEditor would recognize at least some of elements presented in Legacy Forms menu (See picture).

Find this issue on GitHub

Change History (7)

Changed 12 years ago by Jakub Ś

Attachment: Legacy Forms.png added

Changed 12 years ago by Jakub Ś

Attachment: Sample Document2.docx added

comment:1 Changed 12 years ago by Jakub Ś

Status: newconfirmed

Code that E.g. Chrome sees is something like:

<p class="MsoNormal"><p class="MsoNormal"><!--[if supportFields]><span lang=EN-US><span
style='mso-element:field-begin'></span><span style='mso-bookmark:Check1'><span
style='mso-spacerun:yes'> </span>FORMCHECKBOX </span></span><![endif]--><span lang="EN-US"><!--[if !supportNestedAnchors]--><a name="Check1"></a><!--[endif]--><!--[if gte mso 9]><xml>
 <w:data>FFFFFFFF650000001400060043006800650063006B003100000000000000000000000000000000000000000000000000</w:data>
</xml><![endif]--></span><!--[if supportFields]><span style='mso-bookmark:
Check1'></span><span style='mso-element:field-end'></span><![endif]--><span lang="EN-US">checkbox1<o:p></o:p></span></p>

so perhaps there is something that can be done here.

comment:2 Changed 11 years ago by Frederico Caldeira Knabben

Component: Core : PastingPlugin : Paste from Word

comment:3 Changed 8 years ago by Tade0

Milestone: CKEditor 4.6.0

comment:4 Changed 8 years ago by Tade0

Milestone: CKEditor 4.6.0CKEditor 4.6.1

Putting this on a later milestone because the plan was not to have checkboxes in 4.6.0.

comment:5 Changed 8 years ago by Marek Lewandowski

Milestone: CKEditor 4.6.1

This is not a priority for now. Let's keep it here to allow for community feedback.

Find this issue on GitHub
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