Opened 14 years ago
Closed 13 years ago
#6551 closed Bug (wontfix)
[IE7]: Improper behaviour when pasting a List in IE7
Reported by: | James | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Lists | Version: | 3.0 |
Keywords: | IBM IE VendorFix | Cc: | Damian, joek, Satya Minnekanti |
Description
Steps to reproduce the defect:
- Open the Ajax sample in IE7.
- Create the following multi-layered numbered list.
<ol> <li>item 1</li> <li style="margin-left: 40px">item 2</li> <li style="margin-left: 80px">item 3</li> </ol>
- Press CTRL + A and then CTRL + C to copy the list.
- Press CTRL + A and then CTRL + V to paste the list, replacing the list that is currently in the editor.
Expected: The pasted list should be identical to list that was copied.
Actual: The pasted list contains an extra number and ~ (tilda). (see attachment)
Attachments (2)
Change History (10)
Changed 14 years ago by
Attachment: | pasted list defect.jpg added |
---|
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 14 years ago by
Milestone: | → CKEditor 3.5.1 |
---|
comment:3 Changed 14 years ago by
Keywords: | IE added; IE7 removed |
---|
Confirm that the tilda was ridiculously added by the browser, so we should instead report a bug that affects all IE versions.
comment:4 Changed 14 years ago by
I couldn't reproduce this in IE-only using the folowing test file (i.e. no CKEditor):
<div contenteditable="true"> <ol> <li>item 1</li> <li style="margin-left: 40px">item 2</li> <li style="margin-left: 80px">item 3</li> </ol> </div>
This makes me suspicious that the problem might be in CKEditor or related to CKEditor. Do you have an IE only test case that could form the basis of a bug report against IE?
Changed 14 years ago by
Attachment: | 6551_tc.html added |
---|
comment:5 follow-up: 6 Changed 14 years ago by
Milestone: | CKEditor 3.5.1 |
---|---|
Version: | 3.4.2 → 3.0 |
Check the attached HTML file. No CKEditor, the bug is still there when pasting the list.
comment:6 Changed 14 years ago by
Replying to wwalc:
Check the attached HTML file. No CKEditor, the bug is still there when pasting the list.
@wwalc Could you please log a defect with Microsoft for this issue.
comment:7 Changed 13 years ago by
@wwalc any update on this ticket. could you please log a ticket with Microsoft for this issue
comment:8 Changed 13 years ago by
Keywords: | VendorFix added |
---|---|
Resolution: | → wontfix |
Status: | confirmed → closed |
IE feedback reported.
Ok, though we can't guarantee that the original list will be overwritten entirely (browser dependent), we should have at least no extra characters.