Ticket #8514 (closed Bug: duplicate)
Chrome Paste Bug with multiple lines
| Reported by: | MattMecham | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Pasting | Version: | 3.6.2 |
| Keywords: | Cc: |
Description
Copy HTML text that has multiple lines (code has <br /> or </p> boundaries)
Paste directly into editor and only the first line is pasted. Using the paste dialogue pop-up allows the correct code to be inserted.
Change History
comment:1 Changed 19 months ago by j.swiderski
- Keywords Chrome added; chrome removed
- Status changed from new to pending
comment:3 Changed 19 months ago by MattMecham
Sorry for the delay.
Actually, I can't reproduce this issue. I can't find the original source that I was using earlier. This can be closed. If I can reproduce I'll reply.
Thanks.
comment:4 Changed 19 months ago by j.swiderski
- Status changed from pending to closed
- Resolution set to invalid
comment:5 Changed 18 months ago by MattMecham
I have steps to reproduce:
Go to: ckeditor.com/demo
Clear out default content
Copy all the text on this page: http://www.mattmecham.com/tests/centerissue.html
Click into text editor
Use OS short cut to paste (APPLE + V)
Result: Only first line is pasted
Expected result: All lines are pasted.
Note: See
TracTickets for help on using
tickets.

You think it would be possible to provide such sample code?
Also could you tell me what operating system are you using?
One more thing - you copy HTML code and paste it into content area in WYSIWYG mode with CRTL+V or the scenario is different?