Opened 14 years ago
Closed 11 years ago
#6642 closed Bug (fixed)
IE: Issue with pasting content over the Heading 1 paragraph format
Reported by: | James | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | 3.4.2 |
Keywords: | IE IBM | Cc: | Damian, joek, Satya Minnekanti |
Description
Steps to reproduce the defect:
- Open the Ajax sample in IE7 or IE8.
- Paste this text into the source view
<h1> Heading 1</h1> <p> Normal Text</p>
- Change back to WYSIWYG mode & copy the text.
- Press CTRL + A to select the text & press CTRL + V to paste.
Expected: The text that was copied should look the exact same when pasted.
Actual: Heading 1 is wrapped in 2 <h1> tags and the Normal text is wrapped in a <h1> tag.
Attachments (1)
Change History (10)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
comment:4 Changed 13 years ago by
This could be included in a similar fix we've done to Opera as in #7801.
Changed 13 years ago by
Attachment: | 6642.patch added |
---|
comment:5 Changed 13 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
comment:7 Changed 13 years ago by
Status: | review → assigned |
---|
comment:8 Changed 13 years ago by
Owner: | Garry Yao deleted |
---|---|
Status: | assigned → confirmed |
We're working on this in v4.
comment:9 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Fixed in CKEditor 4.0.
Is there any update to this ticket?