Opened 15 years ago
Closed 12 years ago
#12680 closed New feature (wontfix)
Floating submitbuttons
Reported by: | shoyer | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Normal | Keywords: | submitbotton design_ux |
Cc: | Triage Stage: | Design decision needed | |
Has patch: | yes | Needs documentation: | yes |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description
If one have quite large forms in the admin you have to scroll a lot, even if you changed only one field in the upper section.
So i build a floating submitbutton bar. See screenshot
It currently dosn't work with IE6.
Attachments (2)
Change History (9)
by , 15 years ago
Attachment: | overlay.png added |
---|
comment:1 by , 15 years ago
Version: | 1.1 → SVN |
---|
comment:2 by , 15 years ago
Keywords: | design_ux added |
---|---|
Triage Stage: | Unreviewed → Design decision needed |
comment:3 by , 14 years ago
Severity: | → Normal |
---|---|
Type: | → New feature |
comment:4 by , 13 years ago
UI/UX: | set |
---|
follow-up: 6 comment:5 by , 13 years ago
Easy pickings: | unset |
---|---|
Needs documentation: | set |
Isn't this what ModelAdmin.save_on_top is for?
comment:6 by , 13 years ago
Replying to ramiro:
Isn't this what ModelAdmin.save_on_top is for?
I would say ModelAdmin.save_on_top
solves the issue when the edit/change page fits in two screen of height. However, IMHO, it's quite common to have the edit/change pages spans over that when you have 2 or more inline formset for example.
I think this ticket would be a good candidate for django-ux.
comment:7 by , 12 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Floating things aren't good for accessibility, especially on mobile devices.
Even if save_on_top
doesn't suffice, this can be implemented with custom js/css, the admin provides hooks for this purpose.
Screenshot