Opened 10 years ago

Last modified 10 years ago

#11795 confirmed Bug

[FF] Ctrl+backspace inside table removes too much stuff

Reported by: Marek Lewandowski Owned by:
Priority: Normal Milestone:
Component: Core : Tables Version: 3.0
Keywords: Firefox Cc:

Description

  1. open any sample with CKEditor (i.e. samples/replacebyclass.html)
  2. use following source code
    <table border="1" cellpadding="1" cellspacing="1" style="width:500px">
    	<tbody>
    		<tr>
    			<td>&nbsp;</td>
    			<td>&nbsp;</td>
    			<td>&nbsp;</td>
    		</tr>
    		<tr>
    			<td>&nbsp;</td>
    			<td>&nbsp;</td>
    			<td>&nbsp;</td>
    		</tr>
    		<tr>
    			<td>&nbsp;</td>
    			<td>&nbsp;</td>
    			<td>&nbsp;</td>
    		</tr>
    	</tbody>
    </table>
    
    <p>&nbsp;</p>
    
  3. switch back to wysiwyg mode
  4. place cursor in very last cell (9th)
  5. press ctrl + backspace twice

Expected result:
Caret should not move outside of the cell?

Current result:
Leaves table with one column and two rows

additional info:

  1. it acts weird with ctrl+backspace in many other cases with tables

Change History (1)

comment:1 Changed 10 years ago by Jakub Ś

Keywords: Firefox added
Status: newconfirmed
Version: 3.0

Problem can be reproduced from CKEditor 3.0 in Firefox only (It doesn't occur with native tables).

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