#10615 closed (fixed)
Admin Actions: Add a "X of Y objects selected" notification
Reported by: | Martin Mahner | Owned by: | Jannis Leidel |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | admin, actions | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | yes |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This would improve the UI as it makes clear, what the action-select-thing really does. On the other side, it's a good indicator for a future "select entire resultset" button/link to display that really the whole resultset is selected, not just all entries on the given page.
Attached is a patch against the latest trunk which implements that. Testet in IE6, Safari4, Opera9.5 and Firefox 3.0. Not testet in IE7 and IE8.
Attachments (7)
Change History (19)
by , 16 years ago
Attachment: | select-notify.png added |
---|
by , 16 years ago
Attachment: | admin-actions-counter-10625-1.diff added |
---|
comment:1 by , 16 years ago
Summary: | Admin Actions: Add a "1 of 4 objects selected" notification → Admin Actions: Add a "X of Y objects selected" notification |
---|---|
Triage Stage: | Unreviewed → Accepted |
I agree this is a very useful interaction tool, especially for long lists of objects.
comment:2 by , 16 years ago
milestone: | → 1.1 |
---|---|
Version: | 1.0 → SVN |
comment:3 by , 16 years ago
Component: | Uncategorized → django.contrib.admin |
---|
comment:4 by , 16 years ago
milestone: | 1.1 → 1.2 |
---|
comment:5 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:7 by , 15 years ago
Still works! Updated the patch against the latest trunk. Tested in Safari 4 and Firefox 3.5 so far.
by , 15 years ago
Attachment: | admin-actions-counter-10625-2.diff added |
---|
Patch for Django 1.2-pre-alpha
comment:8 by , 15 years ago
Tested and works correctly in IE6, IE7, IE8, Safari 4 (Mac), Opera 10 (Mac), Firefox 3.5 (Mac), Chrome 3.0 (Win)
by , 15 years ago
Attachment: | user_actions.png added |
---|
by , 15 years ago
Attachment: | article_actions.png added |
---|
by , 15 years ago
Attachment: | article_actions_message.png added |
---|
by , 15 years ago
Attachment: | admin-actions-counter-10625-3.diff added |
---|
comment:10 by , 15 years ago
The last (-3) patch adds minor improvements. The counter text is now only displayed when javascript is enabled and the selectAll checkbox is unchecked when a list checkbox is unchecked. (sic)
comment:11 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Screenshot