﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4948	Safari: table properties dialog sometimes does not detect parent table	Wiktor Walc	Garry Yao	"Confirmed on Safari 4.0.4/XP3.

=== Steps to reproduce ===
 - start with the following source:
 {{{
<table border=""1"" cellpadding=""1"" cellspacing=""1"" style=""width: 200px; "" summary=""some summary"">
	<caption>
		some title</caption>
	<tbody>
		<tr>
			<td>
				&nbsp;</td>
			<td>
				&nbsp;</td>
		</tr>
		<tr>
			<td>
				&nbsp;</td>
			<td>
				&nbsp;</td>
		</tr>
	</tbody>
</table>
 }}}
 - click on the last cell, make sure that the whole cell is selected (in the elements path there should be ""body table tbody tr td br"" - note that probably the last ""br"" element is a problem here)
 - click on the ""Table properties"" item in the context menu
 - result: values in dialog are not properly loaded, when ""Ok"" is pressed, a new table is inserted."	Bug	closed	Normal	CKEditor 3.3	General	3.0	fixed	Confirmed Safari Review+	
