﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
17039	Switch from wysiwyg and click behind textarea inside table - Chrome hangs	Jakub Ś		"== Steps to reproduce ==

1. Open e.g. replacebycode.html sample and switch to source mode
2. Paste below code
3. Switch to wysiwyg
4. Click behind textarea

{{{
<table border=""1"" cellpadding=""0"" cellspacing=""0"" style=""width:500px"">
 <tbody>
  <tr>
      <td><textarea></textarea></td>
  </tr>
 </tbody>
</table>
}}}
== Expected result ==
Cursor is blinking behind the textarea.

== Actual result ==

Browser tab hangs (it is especially painful in Windows because you can't even close the tab).

== Other details (browser, OS, CKEditor version, installed plugins) ==
Problem can be reproduced only in Chrome (Windows and Mac) at least from CKEditor 4.0. 
"	Bug	confirmed	Normal		General	4.0		Chrome	
