Opened 12 years ago
Last modified 11 years ago
#10383 assigned Bug
IE10 crashes after deleting certain content
Reported by: | Axel Nerlich | Owned by: | Piotr Jasiun |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IE10 oracle CantFix VendorFix | Cc: |
Description
- Open source code view
- Insert the attached html code snippet
- Switch back to wysiwyg view
- Select all content
- Press 'Del' key
IE10 crashes, IE9 is fine. This is also reproducible with the current demo.
Attachments (3)
Change History (13)
Changed 12 years ago by
Attachment: | codesnippet.html added |
---|
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.0.1 → 3.4.3 |
Problem can be reproduced from CKEditor 3.4.3 in both CKE 3.x and 4.x in IE10. Browser crashed after this TC.
NOTE: I was able to reproduce this problem from CKE 3.4.3 because this is first version that works with IE10. In reality (since this is browser bug) problem can be reproduced from CKEditor 3.0.
Another TC that was reported by one of our users:
- Pase below and switch to WYSIWYG
<p>tttt</p> <ol> <li>fdsgfds <ol> <li>dsfdsf</li> </ol> </li> <li>dsfds <ol> <li>dsfds</li> </ol> </li> </ol> <p>ttttt</p>
- Select list (start to end or end to start - doesn't matter)
- Press Ctrl+X
Result Browser Crashes.
comment:3 Changed 12 years ago by
Keywords: | oracle added |
---|
I added "ORACLE" keyword because this issue takes high severity on our side. Our related question was this: [http://helpdesk.cksource.com/view.php?ticketref=1458-UODX-8309&pass=xyz Version 4.1.1 also affected.
comment:4 Changed 12 years ago by
Keywords: | IE10 added |
---|
Problem can be reproduced in latest master and latest stable CKEditor 4.1.2 as well IE10 only (IE11 seem to work fine)
comment:5 Changed 12 years ago by
Milestone: | → CKEditor 4.2.1 |
---|
comment:6 Changed 11 years ago by
Owner: | set to Piotr Jasiun |
---|---|
Status: | confirmed → assigned |
comment:7 Changed 11 years ago by
I've investigated this problem. It crashes also in plain contenteditable, without CKEditor (see attachment).
The problem, in general, appears when you remove (cut or delete) selection which ends inside nested list.
The problem is already reported to Microsoft: https://connect.microsoft.com/IE/feedback/details/796187/internet-explorer-10-crash-with-contenteditable-list
Changed 11 years ago by
Attachment: | 10383-contenteditable.html added |
---|
comment:8 Changed 11 years ago by
Since this is a very broad case which is fully handled by native code I don't see a way to prevent from crashes. We'll investigate this problem further and see what we can do.
comment:9 Changed 11 years ago by
Milestone: | CKEditor 4.2.1 |
---|
This is clearly a browser bug and no reasonable workaround can be produced for it (especially considering that there may be unknown cases affected by the same bug). Therefore we need to wait for a position from MS.
comment:10 Changed 11 years ago by
Keywords: | CantFix VendorFix added |
---|---|
Version: | 3.4.3 → 3.0 |
Changed 11 years ago by
Attachment: | IE crash.wmv added |
---|
Selection should be done by dragging mouse from end to start