#7581 closed Bug (fixed)
IE Crashes when we try to insert a new list item in the pasted list.
| Reported by: | Satya Minnekanti | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.1 |
| Component: | Plugin : Paste from Word | Version: | 3.5.3 |
| Keywords: | IBM IE | Cc: | monahant@…, jamcunni@… |
Description
To reproduce the defect:
- Copy the list from any of the attached word doc's and paste it using Paste from Word dialog.
- See that the list is pasted properly.
- Keep cursor next to one of the list items and press Enter.
Expected Result:
New list items starts at the same level.
Actual Result:
Browser crashes . Tested against IE6,IE7
Attachments (3)
Change History (15)
Changed 15 years ago by
| Attachment: | Numbering.docx added |
|---|
Changed 15 years ago by
| Attachment: | stupidList.docx added |
|---|
comment:1 Changed 15 years ago by
| Cc: | monahant@… added |
|---|
comment:2 Changed 15 years ago by
| Cc: | jamcunni@… added |
|---|
comment:3 Changed 15 years ago by
| Status: | new → pending |
|---|
comment:4 Changed 15 years ago by
| Status: | pending → confirmed |
|---|
I have managed to confirm it. This has been true for IE6 and IE7 from CKEditor version 3.5.3 revision [6616]
- Open ajax sample
- Copy "stupidList" with CRTL+A CRTL+C
- Paste it using paste from word dailog. (If IE asks you whether to allow... press allow)
- Place the cursor behind "n" and press enter, the browser will hang.
comment:5 Changed 15 years ago by
| Version: | 3.5.3 → 3.5.4 (SVN - trunk) |
|---|
comment:6 Changed 15 years ago by
| Milestone: | → CKEditor 3.5.4 |
|---|
comment:7 Changed 15 years ago by
| Component: | General → Core : Lists |
|---|---|
| Keywords: | IE added |
Confirmed on old IEs(6&7), probably because of the depth of nested list has brought too much a burden for the browser, I would be hard to have it in this milestone though and it's not a trunk regression.
comment:8 Changed 15 years ago by
| Milestone: | CKEditor 3.5.4 → CKEditor 3.6.1 |
|---|---|
| Version: | 3.5.4 (SVN - trunk) → 3.5.3 |
Ops, I made a mistake with the version. I wanted to change the milestone instead.
Anyway, we need to go out with the 3.5.4 now, so I'm postponing it, to be dealt right after the release.
Changed 15 years ago by
| Attachment: | 7581.patch added |
|---|
comment:9 Changed 15 years ago by
| Owner: | set to Garry Yao |
|---|---|
| Status: | confirmed → review |
comment:10 Changed 15 years ago by
| Status: | review → review_passed |
|---|
comment:11 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |
Fixed with [6950].
comment:12 Changed 12 years ago by
| Component: | Core : Lists → Plugin : Paste from Word |
|---|

Works for me. I could not reproduce it.
Does it happen always with any element or some kind of special condition has to be met?