Opened 11 years ago

Closed 6 months ago

Last modified 5 months ago

#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 Daniele Procida, 11 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Wiktor, 10 years ago

Cc: wiktor@… added
Owner: changed from nobody to Wiktor
Status: newassigned
Version: 1.5master

comment:4 by Wiktor, 10 years ago

Has patch: set
Keywords: admin filter collapse added

comment:5 by Tomek Paczkowski, 10 years ago

Triage Stage: AcceptedReady for checkin

I reviewed the PR and it look good.

comment:6 by Tim Graham, 10 years ago

Needs tests: set
Triage Stage: Ready for checkinAccepted

Selenium tests are required for a change like this.

comment:7 by Wiktor, 10 years ago

Selenium tests added.

comment:8 by Tim Graham, 9 years ago

Needs tests: unset
Patch needs improvement: set

Patch needs improvement as per comments on PR.

comment:9 by Mariusz Felisiak, 3 years ago

Owner: Wiktor removed
Status: assignednew

comment:10 by Marcelo Galigniana, 2 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 Mariusz Felisiak, 2 years ago

Has patch: unset
Patch needs improvement: unset
Resolution: wontfix
Status: newclosed
Triage Stage: AcceptedUnreviewed
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 Maciej "RooTer" Urbański, 6 months ago

Resolution: wontfix
Status: closednew

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 Natalia Bidart, 6 months ago

Resolution: wontfix
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
Back to Top