Opened 11 years ago

Last modified 10 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)

codesnippet.html (140 bytes) - added by Axel Nerlich 11 years ago.
10383-contenteditable.html (167 bytes) - added by Piotr Jasiun 11 years ago.
IE crash.wmv (1.4 MB) - added by Jakub Ś 10 years ago.

Download all attachments as: .zip

Change History (13)

Changed 11 years ago by Axel Nerlich

Attachment: codesnippet.html added

comment:1 Changed 11 years ago by Axel Nerlich

Selection should be done by dragging mouse from end to start

comment:2 Changed 11 years ago by Jakub Ś

Status: newconfirmed
Version: 4.0.13.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:

  1. 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>
    
  2. Select list (start to end or end to start - doesn't matter)
  3. Press Ctrl+X

Result Browser Crashes.

Last edited 10 years ago by Jakub Ś (previous) (diff)

comment:3 Changed 11 years ago by Zoltan Koszegi

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.

Last edited 11 years ago by Wiktor Walc (previous) (diff)

comment:4 Changed 11 years ago by Jakub Ś

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 11 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 4.2.1

comment:6 Changed 11 years ago by Piotr Jasiun

Owner: set to Piotr Jasiun
Status: confirmedassigned

comment:7 Changed 11 years ago by Piotr Jasiun

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 Piotr Jasiun

Attachment: 10383-contenteditable.html added

comment:8 Changed 11 years ago by Piotrek Koszuliński

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 Frederico Caldeira Knabben

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 10 years ago by Jakub Ś

Keywords: CantFix VendorFix added
Version: 3.4.33.0

Changed 10 years ago by Jakub Ś

Attachment: IE crash.wmv added
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy