[Django] #32459: Admin inlines not visible on certain screensizes with sidebar open

25 views
Skip to first unread message

Django

unread,
Feb 18, 2021, 2:59:47 PM2/18/21
to django-...@googlegroups.com
#32459: Admin inlines not visible on certain screensizes with sidebar open
-----------------------------------------+------------------------
Reporter: David Smith | Owner: nobody
Type: Uncategorized | Status: new
Component: Uncategorized | Version: 3.1
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-----------------------------------------+------------------------
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.

--
Ticket URL: <https://code.djangoproject.com/ticket/32459>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Feb 18, 2021, 3:02:30 PM2/18/21
to django-...@googlegroups.com
#32459: Admin inlines not visible on certain screensizes with sidebar open
-------------------------------+--------------------------------------

Reporter: David Smith | Owner: nobody
Type: Uncategorized | Status: new
Component: Uncategorized | Version: 3.1
Severity: Normal | Resolution:

Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by David Smith):

* Attachment "inline-767px.png" added.

Django

unread,
Feb 18, 2021, 3:02:33 PM2/18/21
to django-...@googlegroups.com
#32459: Admin inlines not visible on certain screensizes with sidebar open
-------------------------------+--------------------------------------

Reporter: David Smith | Owner: nobody
Type: Uncategorized | Status: new
Component: Uncategorized | Version: 3.1
Severity: Normal | Resolution:

Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by David Smith):

* Attachment "inline-768px-closed.png" added.

Django

unread,
Feb 18, 2021, 3:02:46 PM2/18/21
to django-...@googlegroups.com
#32459: Admin inlines not visible on certain screensizes with sidebar open
-------------------------------+--------------------------------------

Reporter: David Smith | Owner: nobody
Type: Uncategorized | Status: new
Component: Uncategorized | Version: 3.1
Severity: Normal | Resolution:

Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by David Smith):

* Attachment "inline-768px-closed.2.png" added.

Django

unread,
Feb 18, 2021, 3:02:55 PM2/18/21
to django-...@googlegroups.com
#32459: Admin inlines not visible on certain screensizes with sidebar open
-------------------------------+--------------------------------------

Reporter: David Smith | Owner: nobody
Type: Uncategorized | Status: new
Component: Uncategorized | Version: 3.1
Severity: Normal | Resolution:

Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by David Smith):

* Attachment "inline-1000px-open.png" added.

Django

unread,
Feb 18, 2021, 3:03:27 PM2/18/21
to django-...@googlegroups.com
#32459: Admin inlines not visible on certain screensizes with sidebar open
-------------------------------+--------------------------------------

Reporter: David Smith | Owner: nobody
Type: Uncategorized | Status: new
Component: Uncategorized | Version: 3.1
Severity: Normal | Resolution:

Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by David Smith):

* Attachment "inline-768px-open.png" added.

Django

unread,
Feb 18, 2021, 3:11:51 PM2/18/21
to django-...@googlegroups.com
#32459: Admin inlines not visible on certain screensizes with sidebar open
-------------------------------+--------------------------------------

Reporter: David Smith | Owner: nobody
Type: Uncategorized | Status: new
Component: Uncategorized | Version: 3.1
Severity: Normal | Resolution:

Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Description changed by David Smith:

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>

Django

unread,
Feb 19, 2021, 12:59:09 AM2/19/21
to django-...@googlegroups.com
#32459: Admin inlines not visible on certain screensizes with sidebar open
---------------------------------+------------------------------------

Reporter: David Smith | Owner: nobody
Type: Bug | Status: new
Component: contrib.admin | Version: 3.1
Severity: Release blocker | Resolution:
Keywords: | Triage Stage: Accepted

Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
---------------------------------+------------------------------------
Changes (by Mariusz Felisiak):

* 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>

Django

unread,
Feb 19, 2021, 1:42:35 AM2/19/21
to django-...@googlegroups.com
#32459: Admin inlines not visible on certain screensizes with sidebar open
-------------------------------+--------------------------------------

Reporter: David Smith | Owner: nobody
Type: Bug | Status: closed
Component: contrib.admin | Version: 3.1
Severity: Normal | Resolution: duplicate

Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by Mariusz Felisiak):

* 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>

Reply all
Reply to author
Forward
0 new messages