﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12074	Forms plugin: textarea, textfield, button selection impossible with a mouse	Matti Järvinen		"Unable to select input and textarea elements for cut and paste with a mouse.

Elementspath plugin shows correct selection (body p input) but ctrl + x doesn't work. Element can be selected with shift & arrow keys if element has text before or after the element.

Reproducible with Firefox 29, latest Chrome (35.0.1916.114 m) and IE 11

{{{

<p><input type=""text"" value=""dsfsdf"" /></p>

<p><input name=""dsffds"" type=""radio"" /></p>

<p><textarea name=""sadasd""></textarea></p>

<p><input type=""button"" value=""sdsa"" /></p>

}}}

With IE 11 if input has some text before it, problem doesn't exist.
{{{
<p>Foo <input type=""button"" value=""bar"" /></p>
}}}

On 4.0 DEV (revision 0) that I found lying on my computer CKEditor problem does not exist on any of the above browsers."	Bug	confirmed	Normal		General	4.3			
