Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#16800 closed Bug (invalid)

Copy/paste to Span editor make the span split

Reported by: Khanh Le Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

Steps to reproduce

You can check the problem on this sample: https://jsfiddle.net/khanhle/m3vscmog/

Expected result

Paste works well as in P or DIV editor

Actual result

Split SPAN into 2 parts

Other details (browser, OS, CKEditor version, installed plugins)

Tested on Chrome, Firefox

Change History (2)

comment:1 Changed 7 years ago by Jakub Ś

Resolution: invalid
Status: newclosed
Version: 4.7.0 (GitHub - major)

Please see: http://docs.ckeditor.com/#!/api/CKEDITOR-method-inline

The span tag is not mentioned in http://docs.ckeditor.com/#!/api/CKEDITOR.dtd-property-S-editable list. You should not create editor on it.

comment:2 Changed 7 years ago by Khanh Le

Thank you for your response. Is there any reason why SPAN cannot be accepted as an inline editing host?

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