Opened 15 years ago
Closed 14 years ago
#6210 closed Bug (worksforme)
Wrong behavior of paste if there is \r\n in paste content
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | IBM IE | Cc: | Damian, joek |
Description
According to ck editor design, when we do paste, all content should be put into a temporary div 'pastebin', then ckeditor can get pasted content from this div ,remove this div and insert these content to document again by 'inserthtml'. (clipboard/plugin.js)
We found on IE, if there is '\r\n' in the paste content, only the content before \r\n are inserted into 'pastebin', other content are append after 'pastebin' div.
I attach the sample file with \r\n.
I think it is a bug.
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | Ronaldo.txt added |
---|
comment:1 Changed 15 years ago by
Keywords: | IE added |
---|---|
Status: | new → pending |
comment:2 Changed 14 years ago by
Resolution: | → worksforme |
---|---|
Status: | pending → closed |
I see no problem pasting this text file content nor the wikipedia page contents itself.