Opened 4 years ago

Last modified 4 years ago

#32459 closed Bug

Admin inlines not visible on certain screensizes with sidebar open — at Version 1

Reported by: David Smith Owned by: nobody
Component: contrib.admin Version: 3.1
Severity: Normal Keywords:
Cc: Tom Carrick, Carlton Gibson Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by David Smith)

At screen sizes less than or equal to 767px, the admin inlines stack vertically. Above this screen size the sidebar becomes available and is expanded by default, the sidebar takes up extra space and squashes the form input such that it is no longer visible.

Closing the sidebar at 768px is ok, but the screen size needs to be about 950px-1000px before it is usable with the sidebar open.

Unviewable on small screens with sidebar open (768px)
https://code.djangoproject.com/raw-attachment/ticket/32459/inline-768px-open.png

Inputs stack when than 767px or less
https://code.djangoproject.com/raw-attachment/ticket/32459/inline-767px.png

Closing the sidebar at 768px makes it viewable again
https://code.djangoproject.com/raw-attachment/ticket/32459/inline-768px-closed.png

Otherwise the screen size needs to be much larger (img is showing 1000px wide)
https://code.djangoproject.com/raw-attachment/ticket/32459/inline-1000px-open.png

Change History (6)

by David Smith, 4 years ago

Attachment: inline-767px.png added

by David Smith, 4 years ago

Attachment: inline-768px-closed.png added

by David Smith, 4 years ago

Attachment: inline-768px-closed.2.png added

by David Smith, 4 years ago

Attachment: inline-1000px-open.png added

by David Smith, 4 years ago

Attachment: inline-768px-open.png added

comment:1 by David Smith, 4 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top