Opened 2 years ago

Closed 2 years ago

#33381 closed Bug (invalid)

List filter in django admin (v3.2 - v4) covers/hide part of data table

Reported by: aConar Owned by: nobody
Component: contrib.admin Version: 3.2
Severity: Normal Keywords: list_filter, admin
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

From Django 3, when list_filter is used in admin, it covers part of the data table, hiding the upper right fields.
Below there are two captures showing whats happen.

Normal behavior tested in 1.17 and 2.2:

https://i.ibb.co/yFRy6dt/1.png

Filter over data table hiding the rightmost fields:

https://i.ibb.co/xSgSGNC/2.png

Attachments (1)

Screenshot_20211222_073723.png (139.2 KB ) - added by Mariusz Felisiak 2 years ago.

Download all attachments as: .zip

Change History (2)

by Mariusz Felisiak, 2 years ago

comment:1 by Mariusz Felisiak, 2 years ago

Resolution: invalid
Status: newclosed

Thanks for the report, however I cannot reproduce this issue in Django 3.2 or 4.0, see

https://code.djangoproject.com/raw-attachment/ticket/33381/Screenshot_20211222_073723.png

There seems to be an issue with refreshing CSS files in your browser.

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