Opened 13 years ago

Closed 13 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

  1. go to ckeditor.com/demo
  2. click 'new page'
  3. type 'a'
  4. select 'a', press ctrl+c
  5. hold ctrl+v

Under Chrome, short "stream" of copied text is pasted, then

<p>
	&nbsp;</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>
		&nbsp;</p>
</body>
<body id="cke_pastebin">
	&nbsp;</body>
<body id="cke_pastebin">
	&nbsp;</body>
<body id="cke_pastebin">
	&nbsp;</body>
...
...

Bug does not occur in CKE3.0

Change History (1)

comment:1 Changed 13 years ago by Garry Yao

Resolution: fixed
Status: newclosed

Expired on trunk.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy