Opened 2 years ago

Closed 2 years ago

#34081 closed Bug (fixed)

Responsive CSS is not loaded properly.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: contrib.admin Version: dev
Severity: Release blocker Keywords:
Cc: Jay Patel, Carlton Gibson Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

responsive.css is not loaded properly anymore, see attached screenshots.

Regression in a69b0e9cfe0af7cd2deaf55c069453c4c4598604.

Attachments (4)

Screenshot_20221010_104041.png (7.5 KB ) - added by Mariusz Felisiak 2 years ago.
Screenshot_20221010_104008.png (26.5 KB ) - added by Mariusz Felisiak 2 years ago.
Screenshot_20221010_103047.png (14.3 KB ) - added by Mariusz Felisiak 2 years ago.
Screenshot_20221010_103019.png (6.4 KB ) - added by Mariusz Felisiak 2 years ago.

Download all attachments as: .zip

Change History (7)

by Mariusz Felisiak, 2 years ago

by Mariusz Felisiak, 2 years ago

by Mariusz Felisiak, 2 years ago

by Mariusz Felisiak, 2 years ago

comment:1 by Carlton Gibson, 2 years ago

Triage Stage: UnreviewedAccepted

Yep, OK. Looks like we should just revert. (Both change_list and change_form templates use both the extra blocks, and need the responsive CSS loader after that.)

comment:2 by Mariusz Felisiak, 2 years ago

Has patch: set

comment:3 by GitHub <noreply@…>, 2 years ago

Resolution: fixed
Status: assignedclosed

In da8fa764:

Fixed #34081 -- Reverted "Fixed #33994 -- Corrected position of extrastyle and extrahead blocks in admin base template."

This reverts commit a69b0e9cfe0af7cd2deaf55c069453c4c4598604.

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