Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#31901 closed Bug (fixed)

Content will out of screen when nav-sidebar is open

Reported by: 007 Owned by: 007
Component: contrib.admin Version: 3.1
Severity: Normal Keywords:
Cc: Tom Carrick Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description (last modified by 007)

Due to the ambiguity in the handling of buttons in question 1 of ticket_31884, the priority is now to fix problem 2
https://code.djangoproject.com/raw-attachment/ticket/31884/2.png

Change History (9)

comment:1 by 007, 4 years ago

Description: modified (diff)

comment:2 by Carlton Gibson, 4 years ago

Cc: Tom Carrick added
Triage Stage: UnreviewedAccepted

OK, happy to accept this for review: if there's a suitable CSS fix then we should have it.

Seem to recall this being discussed in the initial PR... — perhaps it was deemed nice-to-have given time constraints? 🤔

comment:3 by Mariusz Felisiak, 4 years ago

Has patch: set
Owner: changed from nobody to 007
Patch needs improvement: set

comment:4 by 007, 4 years ago

Patch needs improvement: unset

comment:5 by Mariusz Felisiak, 4 years ago

Triage Stage: AcceptedReady for checkin

comment:6 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

Resolution: fixed
Status: assignedclosed

In 2bc38bc7:

Fixed #31901 -- Prevented content overflowing in the admin changelist with navigation sidebar.

comment:7 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

In dfa31f8e:

[3.1.x] Fixed #31901 -- Prevented content overflowing in the admin changelist with navigation sidebar.

Backport of 2bc38bc7cae002f949157d95e3f0c19ea6b8ca5c from master

comment:8 by GitHub <noreply@…>, 4 years ago

In 6a88119:

Refs #31901 -- Fixed SeleniumTests.test_list_editable_popups with headless mode.

comment:9 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

In 17d5b16d:

[3.1.x] Refs #31901 -- Fixed SeleniumTests.test_list_editable_popups with headless mode.

Backport of 6a881197e92a03a8bb7c91440d0a702b6dfd6736 from master

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