﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13196	'too much recursion' while edit table content	Michael		"I randomly get this two errors while i am edit content in a table:

too much recursion ckeditor.js:63:195
[Break On This Error]{return new CKEDITOR.dom.element(this.$.body)},getDocumentElement:function()
 
too much recursion ckeditor.js:63:349
[Break On This Error]return new CKEDITOR.dom.window(this.$.parentWindow||this.$.defaultView)},write:function(a){this.$.open(""text/html"",""replace"");

When the Error happens the input is very slow, about 2 seconds for one character.

First i thought its happend because of the multiple CKEditor instances and / or the amount of text. 

But it happens alsow with one instance and less text. 
My Version is 4.4.7 as the online demo. But i cannot reproduce this error on the demo page. Nevertheless i will ask you if you have an idea why this happpens ? 

Here's an example of the HTML-Code which triggers the Error:

{{{
<table>
	<tbody>
		<tr>
			<td>
			<p>TesTest</p>
			</td>
			<td>
			<p>Was / Wann</p>
			</td>
			<td>
			<p>Bemerkung</p>
			</td>
		</tr>
		<tr>
			<td>
			<p>Kontrolle</p>
			</td>
			<td>
			<p>TesTest</p>

			<p>TesTest</p>
			</td>
			<td>
			<p>TesTest <em>Temperaturf</em>dadass</p>

			<p>(Datum, Visum,fffffasfffffffffffffasf<br />
			TesTest6 TesTestauf Abt.)</p>

			<p>Thermometer Bestell Nr. TesTest</p>
			</td>
		</tr>
		<tr>
			<td>&nbsp;</td>
			<td>
			<p>TesTest TesTestTesTest</p>

			<p>1x TesTest</p>
			</td>
			<td>
			<p><em>Protokollierung Reinigung</em></p>

			<p>Monatlich (Datum, Visum)</p>
			</td>
		</tr>
	</tbody>
</table>
}}}
 "	Bug	closed	Normal		General		invalid		
