Opened 13 years ago

Closed 13 years ago

#7441 closed Bug (fixed)

Changeing table properties when cursor inside <caption> failes

Reported by: Sa'ar Zac Elias Owned by:
Priority: Normal Milestone:
Component: Core : Tables Version: 3.0
Keywords: Cc:

Description

Load the following content and selection:

<table border="0" style="width: 150px;">
	<caption style="border:solid 1px black">
		Table^ title</caption>
	<tbody>
		<tr>
			<td>
				&nbsp;</td>
			<td>
				&nbsp;</td>
		</tr>
	</tbody>
</table>
  • Right click and select table properties.
  • Click OK.

JS error is thrown.
Not a recent regression.

Change History (2)

comment:1 Changed 13 years ago by Krzysztof Studnik

Component: GeneralCore : Tables
Status: newconfirmed
Version: 3.0

Under IE8,error is thrown when OK is pressed

Message: 'type' is null or not an object
Line: 36
Char: 784
Code: 0
URI: http://nightly.ckeditor.com/6621/ckeditor.js

comment:2 Changed 13 years ago by Garry Yao

Resolution: fixed
Status: confirmedclosed

Expired on trunk.

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