Opened 13 years ago

Closed 13 years ago

#6959 closed Bug (duplicate)

Opera/safari : we can't copy content when the first paragraph/div in the content is read only.

Reported by: Satya Minnekanti Owned by:
Priority: Normal Milestone:
Component: General Version: 3.4
Keywords: IBM Cc: Damian, joek, james c

Description

To reproduce the defect:

  1. Copy the following code and paste it in to editor.
<p contenteditable="false">
	first non editable paragraph.</p>
<p>
	first editable paragraph.</p>
<p contenteditable="false">
	second non editable paragraph.</p>
<p>
	second editable paragraph.</p>
  1. Press Ctrl + A to select the entire text.
  1. Press enter after last paragraph and press Ctrl + V to paste the copied content in step 2.

Expected Result:

All the paragraphs that we have copied in step 2 should be pasted.

Actual Result:

Nothing is pasted.

same bahaviur happens when we have div's instead of paragraphs.

Change History (1)

comment:1 Changed 13 years ago by Garry Yao

Resolution: duplicate
Status: newclosed

DUP of #6960.

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