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.
--
Ticket URL: <https://code.djangoproject.com/ticket/32459>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "inline-767px.png" added.
* Attachment "inline-768px-closed.png" added.
* Attachment "inline-768px-closed.2.png" added.
* Attachment "inline-1000px-open.png" added.
* Attachment "inline-768px-open.png" added.
Old description:
> At screen sizes below 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.
New description:
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)
[[Image(https://code.djangoproject.com/raw-attachment/ticket/32459/inline-
768px-open.png,40%)]]
Inputs stack when than 767px or less
[[Image(https://code.djangoproject.com/raw-attachment/ticket/32459/inline-
767px.png,40%)]]
Closing the sidebar at 768px makes it viewable again
[[Image(https://code.djangoproject.com/raw-attachment/ticket/32459/inline-
768px-closed.png,40%)]]
Otherwise the screen size needs to be much larger (img is showing 1000px
wide)
[[Image(https://code.djangoproject.com/raw-attachment/ticket/32459/inline-
1000px-open.png,40%)]]
--
--
Ticket URL: <https://code.djangoproject.com/ticket/32459#comment:1>
* cc: Tom Carrick (added)
* type: Uncategorized => Bug
* component: Uncategorized => contrib.admin
* severity: Normal => Release blocker
* stage: Unreviewed => Accepted
Comment:
Thanks for the report.
Regression in d24ba1be7a53a113d19e2860c03aff9922efec24.
Reproduced at 466920f6d726eee90d5566e0a9948e92b33a122e.
--
Ticket URL: <https://code.djangoproject.com/ticket/32459#comment:2>
* cc: Carlton Gibson (added)
* status: new => closed
* resolution: => duplicate
* severity: Release blocker => Normal
* stage: Accepted => Unreviewed
Comment:
Duplicate of #31576.
I missed that we've already discussed this issue and had
[https://code.djangoproject.com/ticket/31576#comment:3 decided] that
shutting the sidebar is sufficient to resolve the issue. However, if you
find a way to improve it, we can accept this as cleanup.
--
Ticket URL: <https://code.djangoproject.com/ticket/32459#comment:3>