Opened 10 years ago

Closed 4 weeks ago

Last modified 2 weeks 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 Changed 10 years ago by Daniele Procida

Triage Stage: UnreviewedAccepted

comment:2 Changed 10 years ago by Wiktor

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

comment:4 Changed 10 years ago by Wiktor

Has patch: set
Keywords: admin filter collapse added

comment:5 Changed 10 years ago by Tomek Paczkowski

Triage Stage: AcceptedReady for checkin

I reviewed the PR and it look good.

comment:6 Changed 10 years ago by Tim Graham

Needs tests: set
Triage Stage: Ready for checkinAccepted

Selenium tests are required for a change like this.

comment:7 Changed 10 years ago by Wiktor

Selenium tests added.

comment:8 Changed 9 years ago by Tim Graham

Needs tests: unset
Patch needs improvement: set

Patch needs improvement as per comments on PR.

comment:9 Changed 3 years ago by Mariusz Felisiak

Owner: Wiktor deleted
Status: assignednew

comment:10 Changed 19 months ago by Marcelo Galigniana

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 Changed 19 months ago by Mariusz Felisiak

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 Changed 4 weeks ago by Maciej "RooTer" Urbański

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 Changed 4 weeks ago by Natalia Bidart

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