﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4791	Problem with moving focus to a form element	Wiktor Walc	Garry Yao	"Problem exists at least in FF 3.5.5.

=== Steps to reproduce ===
 * paste the following code in source mode:
{{{
<p>
	aaa</p>
<form action=""action"" method=""get"" name=""name"">
	<input checked=""checked"" name=""dfgd"" type=""checkbox"" value=""dfgd"" /></form>
<p>
	bbb</p>
}}}
 * switch to wysiwyg mode
 * try moving focus to the form element
 * problem: although it is possible to move focus to the form element, cursor is not visible

Problem doesn't exist until we switch to source mode (if we add the checkbox element in wysiwyg mode, it is possible to move focus using a mouse, using arrow keys always doesn't work)."	Bug	closed	Normal	CKEditor 3.3	General	3.0.1	fixed	Confirmed Review+	
