Opened 12 years ago
Closed 12 years ago
#9051 closed Bug (duplicate)
Chrome pastes (CTRL+V) copied elements inside parent a element
Reported by: | lmeurs | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | 3.6.4 |
Keywords: | Cc: |
Description
Browser name and OS: Windows 7, Chrome, both fully updated Steps to reproduce: CKEditor v3.6.3 or the nightly built at http://nightly.ckeditor.com/7500/_samples/replacebyclass.html, when you copy more than one element and paste it using CTRL+V, all elements are placed inside a parent paragraph or heading (whatever the 'Paragraph selector' setting was set for).
This can be seen at the element path underneath the editor or by clicking 'Show blocks'.
When you view source and go back again, the content has gotten formatted rightly.
DUP of #7146