﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
12646	Flawed error display in admin when using fieldsets.	Matthew Schinckel	nobody	"When using fieldsets within the admin, and an error occurs within one field of a line, then all fields within that line are marked as error by the css. That is, every field gets a red border, when really only the fields with actual errors should have a red border.

Related, but less annoying: the error messages are piled up at the top of the fieldset line, rather than being close to the field with the error.

I overcame both issues using a custom template for fieldset, and some extra css:
 - put an extra class on field.box when there are no errors for this field, and an entry in the admin-extra.css setting the border-color back.
 - remove the line.errors tag, and replace by appropriate field.field.errors tags within the for loop for fields within the line.

"		closed	contrib.admin	1.1		fixed	design_ux		Accepted	0	0	0	0	0	0
