Opened 14 years ago
Closed 14 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:
- 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>
- Press Ctrl + A to select the entire text.
- 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.
DUP of #6960.