Opened 13 years ago

Last modified 8 years ago

#8044 confirmed Bug

Insert row/column wrong with incomplete cells — at Initial Version

Reported by: Garry Yao Owned by:
Priority: Normal Milestone:
Component: Core : Tables Version: 3.5.1
Keywords: IBM Cc:

Description

  1. Load the editor with following content:
    <table style="width: 500px;">
    	<tbody>
    		<tr>
    			<td>
    				&nbsp;</td>
    		</tr>
    		<tr>
    			<td>
    				&nbsp;</td>
    			<td>
    				cursor here</td>
    		</tr>
    		<tr>
    			<td>
    				&nbsp;</td>
    			<td>
    				&nbsp;</td>
    		</tr>
    	</tbody>
    </table>
    
  2. Place cursor in the last cell of the second row;
  3. Insert column after/before
  • Actual Result: Table remains unchanged.
  1. Insert row after/before
  • Actual Result: Row inserted with only one cell.

Change History (0)

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