﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	focuses
6372	Addition of ID's on some form elements in wp-includes/widgets.php	diegomax		"Hello there WordPress developers.

I would like to suggest the addition of some ID tags to some form elements in the wp-includes/widgets.php file.

In line '''414''' the search widget ""Submit"" button lacks the ID tag.

{{{
<input type=""submit"" value=""<?php echo attribute_escape(__('Search')); ?>"" />
}}}

This little issue breaks compatibility with some specific css customizations with every upgrade and i think it should be trivial to fix.
Im aware of course that this could still be styled by using proper css inheritance, etc, but since every other element in the widgets file comes with proper ID's, I´m pretty sure that this is just a forgotten code bit.
Thanks in advance.
Diego.

"	enhancement	closed	normal		Widgets	2.5	normal	duplicate	needs-patch		
