Opened 12 years ago

Closed 11 years ago

#8708 closed Bug (fixed)

IE9 image in table deselection on mouse right click

Reported by: algirdasm Owned by:
Priority: Normal Milestone:
Component: General Version: 3.2.1
Keywords: IE9 Cc:

Description

Browser IE9. Right click on image, which is inside table, then click anywhere else on table. Image in table is still active, though it should be deselected. Also after theese steps pressing F5 shows IE9 not responding window.

Change History (2)

comment:1 Changed 12 years ago by Jakub Ś

Keywords: IE9 added; image table selection removed
Status: newconfirmed
Version: 3.2.1

To reproduce:

  1. In IE9, paste the below code into editor:
    <table border="1" cellpadding="1" cellspacing="1" style="width: 500px">
    	<tbody>
    		<tr>
    			<td>
    				<img alt="" src="http://a.cksource.com/c/1/inc/img/opensource-110x95.gif" style="width: 102px; height: 77px" /></td>
    			<td>
    				&nbsp;</td>
    		</tr>
    		<tr>
    			<td>
    				&nbsp;</td>
    			<td>
    				&nbsp;</td>
    		</tr>
    		<tr>
    			<td>
    				&nbsp;</td>
    			<td>
    				&nbsp;</td>
    		</tr>
    	</tbody>
    </table>
    
  1. Right-click on image to select it or on the table to select it (resize handles should appear)
  2. Left-click somewhere inside a table (image is still selected, Table too but that is OK)
  3. Press F5 - page will crash

Issue has been reproducible in IE9 from CKEditor 3.2.1

comment:2 Changed 11 years ago by Jakub Ś

Resolution: fixed
Status: confirmedclosed

I wasn't able to reproduce this problem anymore in latest CKEditor 4.2.1

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