Closed (fixed)
Project:
Drupal core
Component:
user.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2005 at 05:02 UTC
Updated:
4 Nov 2005 at 09:20 UTC
The weights of the submit and delete buttons are identical. This ends up putting the delete button before the submit button. It's pretty annoying because it becomes the default action so if you edit the username then press enter you're asked to confirm the deletion of the user.
I've attached a patch to increment the weight of the delete button to be greater than the submit button.
| Comment | File | Size | Author |
|---|---|---|---|
| user.module_19.diff | 653 bytes | drewish |
Comments
Comment #1
Crell commentedVery true! Patch looks good to me. It changes exactly one character, about as small as you can get. :-) +1 here.
Comment #2
dries commentedCommitted to HEAD. Thanks.
Comment #3
(not verified) commented