﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12915	Edit cell properties inside editable scrolls to top	Matthew Popat		"If you have a table inside a div with contenteditable=""true"", which is in turn inside a div with contenteditable=""false"" such as.

<div contenteditable=""false"">
	<div contenteditable=""true"">
		<table align=""right"" border=""1"" bordercolor=""#ccc"" cellpadding=""5"" cellspacing=""0"" style=""border-collapse:collapse"">
			<tr><th scope=""col"">Position</th><th scope=""col"">Astronaut</th></tr>
			<tr><td>Commander</td><td>Neil A. Armstrong</td></tr>
		</table>
	</div>
</div>

and you change the properties of a cell. Then when you click 'Ok' on the cell properties dialog, the editor will scroll to the top, even if your table was not at the top of the page.
This situation occurs when you have a widget with an editable section that contains a table.
Reproduced in version 4.4.7 and on the CKEditor demo page."	Bug	confirmed	Normal		General	4.3		Blink	
