﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8787	Context menu skips first child of td	Matti Järvinen		"With following code div properties don't show up in context menu when right clicking on image
{{{
<table>
	<tbody>
		<tr>
			<td>
				<div class=""test"">
					<img alt=""a"" src=""http://a.cksource.com/c/1/inc/gfx/logo.png"" /></div>
			</td>
		</tr>
	</tbody>
</table>
}}}

In addition selection path updates to reflect image has been selected. In #8445 without the div this doesn't happen. It would seem dialog.getSelectedElement() skips first child of td.

{{{
<table>
	<tbody>
		<tr>
			<td>
				<img alt=""Silva.jpg"" src=""/images/Silva.jpg"" style=""width: 100px; height: 133px;"" /></td>
		</tr>
	</tbody>
</table>
}}}"	Bug	confirmed	Normal		UI : Context Menu	3.1			
