Ticket #1212 (closed defect: fixed)
Opened 7 years ago
Last modified 7 years ago
Inconsistent button order - Submit / Preview / Cancel
| Reported by: | mario <mario@…> | Owned by: | jonas |
|---|---|---|---|
| Priority: | low | Milestone: | 0.9 |
| Component: | general | Version: | 0.8 |
| Severity: | minor | Keywords: | wiki tickets milestones ui buttons labels |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
When editing a Wiki, we are presented with:
[ Save Changes ] [ Preview ] [ Cancel ]
When adding a comment to a ticket:
[ Reset ] [ Preview ] [ Submit Changes ]
When editing a milestone:
[ Save Changes ] [ Cancel ]
The order of these almost identical buttons should be consistent, whenever they occur in Trac. Furthermore, the labels used should also be consistent. For all these 3 cases, I would suggest:
[ Preview ] [ Save Changes ] [ Cancel ]
Attachments
Change History
comment:1 Changed 7 years ago by cmlenz
comment:2 Changed 7 years ago by cmlenz
- Priority changed from normal to low
- Severity changed from normal to minor
comment:3 Changed 7 years ago by cmlenz
#1526 has been marked as duplicate of this ticket.
comment:4 Changed 7 years ago by dserodio@…
Sorry for the dupe.
I think "Preview" should be the default action, therefore should be on the right side.
comment:5 Changed 7 years ago by cmlenz
In HTML forms, the default action is always the left-most button.
comment:6 Changed 7 years ago by cmlenz
- Resolution set to fixed
- Status changed from new to closed
Fixed in [1665].



The milestone buttons are actually consistent with the wiki editing buttons, it just doesn't provide a preview function.
Otherwise I'd agree. The only question is whether [ Preview ] should really be first, because that automatically becomes the default action (which may very well be a good thing, but I'm not sure).