﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10765	Broken form submit with inline-textarea	Olek Nowodziński		"1. Create a form with submit button.
2. Create several inline-textarea instances within the form.
3. Submit the form.

Then what happens:
* In Chrome, for each instance, an error is thrown:
 {{{
An invalid form control with name='editor1' is not focusable.
}}}
 * '''A funny note''': when instances have some startup data, there's no error.
* In Firefox, the ""Please fill out this field"" tip is displayed even if some text was typed inside the instances.
 * '''A funny note''': If there's startup data, submit goes fine.
* In IE9, everything is fine, page submitted, data retrieved.
 * '''A funny note''': There's nothing funny about IE and that makes me worry.

"	Bug	confirmed	Normal		General	4.2			
