Opened 12 years ago
Closed 12 years ago
#9052 closed Bug (duplicate)
Elements turn into DIV's when pasting with CTRL+SHIFT+V (Chrome)
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 pasting using CTRL+SHIFT+V (plain text paste), all content is divided over DIV elements.
Each paragraph becomes a DIV, but when a paragraph contains BR's, each single line also becomes a DIV. In Firefox this is handled the way (I think) is supposed to be.
DUP of #6131