#21183 closed New feature (wontfix)
Filter block on the right covers information in admin
Reported by: | Vlada Macek | Owned by: | |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Normal | Keywords: | admin, filter, collapse |
Cc: | wiktor@… | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Often, when the list_display has many columns or wide ones, the vertical Filter block stays in the way...
I'd wish the blue header of right hand side Filter block in Admin to be clickable to toggle the block visibility. jQuery-animated maybe.
IMHO, the collapse/expand state should be remembered between page loads.
Change History (14)
comment:1 by , 11 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 11 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Version: | 1.5 → master |
comment:3 by , 11 years ago
comment:4 by , 11 years ago
Has patch: | set |
---|---|
Keywords: | admin filter collapse added |
comment:5 by , 11 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
I reviewed the PR and it look good.
comment:6 by , 11 years ago
Needs tests: | set |
---|---|
Triage Stage: | Ready for checkin → Accepted |
Selenium tests are required for a change like this.
comment:8 by , 10 years ago
Needs tests: | unset |
---|---|
Patch needs improvement: | set |
Patch needs improvement as per comments on PR.
comment:9 by , 4 years ago
Owner: | removed |
---|---|
Status: | assigned → new |
comment:10 by , 3 years ago
Should this ticket be closed due ticket https://code.djangoproject.com/ticket/27471 was merged?
I'm asking because of the Mariusz Felisiak's comment
comment:11 by , 3 years ago
Has patch: | unset |
---|---|
Patch needs improvement: | unset |
Resolution: | → wontfix |
Status: | new → closed |
Triage Stage: | Accepted → Unreviewed |
UI/UX: | unset |
Closing as "wontfix". #27471 has been implemented and we don't need both options.
Marcelo, thanks for the reminder.
comment:12 by , 12 months ago
Resolution: | wontfix |
---|---|
Status: | closed → new |
As indicated in ticket description " Often, when the list_display has many columns or wide ones, the vertical Filter block stays in the way..." .
The filter block internals being "collapsible" (https://code.djangoproject.com/ticket/27471) does help with vertical space, but does not help with the lack of horizontal space this ticket about.
I want to reopen this issue, as I work at the company where this problem affected multiple project and we wish to contribute to solve it upstream.
comment:13 by , 12 months ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Hello Maciej, thank you for your interest in helping with Django!
Your contribution is welcomed! But, since this ticket was closed as wontfix
with a provided rationale, before re-opening the ticket, we would need a new post in the Django Forum to explain the new rationale and seek consensus to re-open.
To do that, please start a new conversation on the Django Forum, where you'll reach a wider audience and likely get extra feedback. I'll close the ticket for now (following the documented procedure), but once that there is a community agreement for the feature request, you are welcome to come back to the ticket and point to the forum topic, so we can then re-open it. For more details, please see the documented guidelines for requesting features.
comment:14 by , 12 months ago
On going forum discussion: https://forum.djangoproject.com/t/ticket-21183-reopening/25269
Pull request here: https://github.com/django/django/pull/2290/