Opened 13 years ago

Closed 12 years ago

#8295 closed Bug (fixed)

Java Script error when inserting new column in the table

Reported by: Satya Minnekanti Owned by:
Priority: Normal Milestone: CKEditor 3.6.5
Component: General Version: 3.5.1
Keywords: IBM Cc: Damian, Teresa Monahan

Description

Insert the following code:

<table border="1" cellpadding="1" cellspacing="1" style="width: 500px;">
	<tbody>
		<tr>
			<td>
				1.1</td>
			<td>
				1.2</td>
		</tr>
		<tr>
			<td>
				2.1</td>
			<td>
				2.2</td>
		</tr>
		<tr>
			<td>
				3.1</td>
			<td>
				3.2</td>
		</tr>
	</tbody>
</table>

Go to cell 1.2, right click and choose Cell->Insert Cell Before.

Keep cursor in cell 1.2 right click and choose Column->Insert Column Before/After.

Issue: JS error is thrown and error message: 'colSpan' is null or not an object

Change History (5)

comment:1 Changed 13 years ago by Jakub Ś

Keywords: IE added
Status: newconfirmed
Version: 3.5.1

Reproducible in IE from CKE 3.5.1 rev [6328]

comment:2 Changed 12 years ago by Jakub Ś

Keywords: IE removed
Summary: IE: Java Script error when inserting new column in the tableJava Script error when inserting new column in the table

This ticket has actually been reproducible in all browsers.

comment:3 Changed 12 years ago by Jakub Ś

#8562 has been marked as duplicate.

Little different TC, same result:

  1. Switch back to wysiwyg mode and right click in the cell labeled 2.2
  2. Select Cell -> Insert Cell After from the context menu. The 2nd row in the table should now have 3 cells.
  3. Right click in the new cell and select Column -> Insert Column After.

comment:4 Changed 12 years ago by Jakub Ś

#9025 was marked as duplicate.

comment:5 Changed 12 years ago by Garry Yao

Milestone: CKEditor 3.6.5
Resolution: fixed
Status: confirmedclosed
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