#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 8 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version: | 4.7.0 (GitHub - major) |
comment:2 Changed 8 years ago by
Thank you for your response. Is there any reason why SPAN cannot be accepted as an inline editing host?
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.