Opened 15 years ago

Closed 14 years ago

#4544 closed Bug (expired)

[IE] Backspace handler on table/floated element doesn't work

Reported by: Garry Yao Owned by:
Priority: Normal Milestone: CKEditor 3.1
Component: General Version: SVN (CKEditor) - OLD
Keywords: IE Cc:

Description

  1. Load an editor with the following content and selection:
    <table border="1" cellpadding="1" cellspacing="1" style="width: 200px;">
    	<tbody>
    		<tr>
    			<td>
    				text^</td>
    		</tr>
    	</tbody>
    </table>
    
  2. Try to select the whole table by clicking at the border of it;
  3. Press 'Backspace';
  • Actual Result: The default behavior of browser backward button is triggered.

Change History (1)

comment:1 Changed 14 years ago by Garry Yao

Resolution: expired
Status: newclosed

Already fixed in #4047.

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