Opened 14 years ago
Closed 14 years ago
#6382 closed Bug (fixed)
Holding ctrl+v produces odd cursor behavior and line break
Reported by: | Krzysztof Studnik | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | 3.1 |
Keywords: | Chrome | Cc: |
Description
Continuation of #6380
- go to ckeditor.com/demo
- click 'new page'
- type 'a'
- select 'a', press ctrl+c
- hold ctrl+v
Under Chrome, short "stream" of copied text is pasted, then
<p> </p> <div style="font-family: Arial, Verdana, sans-serif; font-size: 12px; color: rgb(34, 34, 34); background-color: rgb(255, 255, 255); "> <p> aaaaaaaaaaaa</p> </div> <body id="cke_pastebin"> <p> </p> </body> <body id="cke_pastebin"> </body> <body id="cke_pastebin"> </body> <body id="cke_pastebin"> </body> ... ...
Bug does not occur in CKE3.0
Expired on trunk.