Opened 13 years ago

Last modified 8 years ago

#8044 confirmed Bug

Table row inserted incorrectly with missing cells

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

Description (last modified by Piotrek Koszuliński)

  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. (Edit: fixed ~3.5.3)
  1. Insert row after/before
  • Actual Result: Row inserted with only one cell.

Change History (5)

comment:1 Changed 13 years ago by Satya Minnekanti

Keywords: IBM added

comment:2 Changed 13 years ago by Jakub Ś

Status: newconfirmed
Version: 3.03.5.1

comment:3 Changed 9 years ago by Piotrek Koszuliński

I cannot reproduce the issue described in point 3 (inserting column). It was fixed somewhere around 3.6.5. However, I'm still able to reproduce the issue with inserting row.

comment:4 Changed 9 years ago by Piotrek Koszuliński

Description: modified (diff)

comment:5 Changed 8 years ago by Anna Tomanek

Summary: Insert row/column wrong with incomplete cellsTable row inserted incorrectly with missing cells
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