Opened 3 days ago

Closed 3 days ago

Last modified 3 days ago

#36283 closed Bug (fixed)

Filtering sidebar jump out of context when navigation sidebar is visible.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: contrib.admin Version: 5.2
Severity: Release blocker Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Sarah Boyce)

When both filter sidebar and navigation sidebar are visible and table needs a horizontal scrollbar, width of elements are not calculated properly. For example:

  • Django 5.1


  • Django 5.2


Regression 747b417a220b0412ed806001a383959449aac6da. I think we should revert this commit.

Change History (10)

by Mariusz Felisiak, 3 days ago

Attachment: Django_51.png added

by Mariusz Felisiak, 3 days ago

Attachment: Django_52.png added

comment:1 by Mariusz Felisiak, 3 days ago

Severity: NormalRelease blocker

comment:2 by Mariusz Felisiak, 3 days ago

Description: modified (diff)

comment:3 by Mariusz Felisiak, 3 days ago

Has patch: set

comment:4 by Sarah Boyce, 3 days ago

Description: modified (diff)

comment:5 by Sarah Boyce, 3 days ago

Triage Stage: UnreviewedAccepted

Well spotted thank you

comment:6 by Sarah Boyce, 3 days ago

Triage Stage: AcceptedReady for checkin

comment:7 by Sarah Boyce <42296566+sarahboyce@…>, 3 days ago

Resolution: fixed
Status: assignedclosed

In 12385b4f:

Fixed #36283 -- Reverted "Fixed #35798, Refs #31641 -- Prevented admin navigation sidebar loading flicker."

This reverts commit 747b417a220b0412ed806001a383959449aac6da that caused
a visual regression when both navigation and filter sidebars are
visible.

comment:8 by Sarah Boyce <42296566+sarahboyce@…>, 3 days ago

In 88ca180b:

[5.2.x] Fixed #36283 -- Reverted "Fixed #35798, Refs #31641 -- Prevented admin navigation sidebar loading flicker."

This reverts commit 747b417a220b0412ed806001a383959449aac6da that caused
a visual regression when both navigation and filter sidebars are
visible.

Backport of 12385b4fa7059aab8e4f671853cc09ae8509501f from main.

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