﻿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
7272	newforms-admin admin UI has incorrect button defaults	sil	Jacob	"In the admin UI, there are three save buttons -- Save, Save and continue editing, Save and add another. ""Save"" is marked as the default button (it is blue). However, hitting Enter in any textbox on the admin page activates the *actual* default button, which is the first one on the form, which is ""Save and add another"". Therefore, there are the following issues:

1. the Save button indicates that it's the default, but it isn't

2. the default is actually ""Save and add another"". This is confusing because hitting Enter in a field, thus performing ""save and add another"", will actually take you to a new fresh edit form for the model you're editing. Other than the (small) message saying ""The <x> was added successfully"", this looks exactly like the user hit Enter and it removed all their entered data from the form!

Proposed fix: make the default button be ""Save and continue editing"": put this button first in the HTML of the form, mark it as default (colour it blue), and order the buttons as required visually with CSS. 
"		closed	contrib.admin	newforms-admin		fixed	nfa-someday sprint-ep2008 checkin		Ready for checkin	1	0	0	0	0	0
