--
Ticket URL: <https://code.djangoproject.com/ticket/34994>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "admin-checkboxes.png" added.
Old description:
> I think it may have been intentional, but it looks pretty wrong.
New description:
I think it may have been intentional, but it looks pretty wrong.
[[Image(https://code.djangoproject.com/attachment/ticket/34994/admin-
checkboxes.png)]]
--
--
Ticket URL: <https://code.djangoproject.com/ticket/34994#comment:1>
* owner: nobody => Tom Carrick
* status: new => assigned
* type: Uncategorized => Bug
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/34994#comment:2>
Comment (by Mariusz Felisiak):
Regression in b4817d20b9e55df30be0b1b2ca8c8bb6d61aab07.
--
Ticket URL: <https://code.djangoproject.com/ticket/34994#comment:3>
* type: Bug => Uncategorized
* stage: Accepted => Unreviewed
--
Ticket URL: <https://code.djangoproject.com/ticket/34994#comment:4>
* type: Uncategorized => Bug
* stage: Unreviewed => Accepted
Comment:
oops, sorry
--
Ticket URL: <https://code.djangoproject.com/ticket/34994#comment:5>
Comment (by Tom Carrick):
[https://github.com/django/django/pull/17516 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/34994#comment:6>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/34994#comment:7>
Comment (by Natalia Bidart):
As per my testing, this is a regression in
d687febce5868545f99974d2499a91f81a32fef5 not in
b4817d20b9e55df30be0b1b2ca8c8bb6d61aab07.
--
Ticket URL: <https://code.djangoproject.com/ticket/34994#comment:8>
Comment (by Mariusz Felisiak):
Replying to [comment:8 Natalia Bidart]:
> As per my testing, this is a regression in
d687febce5868545f99974d2499a91f81a32fef5 not in
b4817d20b9e55df30be0b1b2ca8c8bb6d61aab07.
Are you sure? I checked with Django 4.2.7 and it's centered, it looks fine
in Django 4.1.13.
--
Ticket URL: <https://code.djangoproject.com/ticket/34994#comment:9>
Comment (by Natalia Bidart):
Replying to [comment:9 Mariusz Felisiak]:
> Replying to [comment:8 Natalia Bidart]:
> > As per my testing, this is a regression in
d687febce5868545f99974d2499a91f81a32fef5 not in
b4817d20b9e55df30be0b1b2ca8c8bb6d61aab07.
>
> Are you sure? I checked with Django 4.2.7 and it's centered, it looks
fine in Django 4.1.13.
Yes, I'm sure. I checked out revno
d687febce5868545f99974d2499a91f81a32fef5 and the problem is clearly there,
and then I checked out the revno right before it
(21757bbdcd6ef31f2a4092fa1bd55dff29214c7a) and the check boxes are OK.
d687febce5868545f99974d2499a91f81a32fef5 was backported to 4.2 in revno
788f7b8100dbef050129bf5c1e0af47e7bc89b28
--
Ticket URL: <https://code.djangoproject.com/ticket/34994#comment:10>
Comment (by Mariusz Felisiak):
> d687febce5868545f99974d2499a91f81a32fef5 was backported to 4.2 in revno
788f7b8100dbef050129bf5c1e0af47e7bc89b28
So it's still a release blocker for Django 4.2.
--
Ticket URL: <https://code.djangoproject.com/ticket/34994#comment:11>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"a89c715c3bcf7ab1a90747cf8658ebce6304b6e4" a89c715c]:
{{{
#!CommitTicketReference repository=""
revision="a89c715c3bcf7ab1a90747cf8658ebce6304b6e4"
Fixed #34994 -- Fixed checkbox layout in admin's change page for narrow
screen widths.
Regression in d687febce5868545f99974d2499a91f81a32fef5.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34994#comment:12>
Comment (by Natalia <124304+nessita@…>):
In [changeset:"4d33816ca6a8e5e9a87cfabd9dcd83e416b4f814" 4d33816c]:
{{{
#!CommitTicketReference repository=""
revision="4d33816ca6a8e5e9a87cfabd9dcd83e416b4f814"
[5.0.x] Fixed #34994 -- Fixed checkbox layout in admin's change page for
narrow screen widths.
Regression in d687febce5868545f99974d2499a91f81a32fef5.
Backport of a89c715c3bcf7ab1a90747cf8658ebce6304b6e4 from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34994#comment:13>
Comment (by Natalia <124304+nessita@…>):
In [changeset:"bac9e94ace79d79c55e94b8aba05db0d148430e2" bac9e94]:
{{{
#!CommitTicketReference repository=""
revision="bac9e94ace79d79c55e94b8aba05db0d148430e2"
[4.2.x] Fixed #34994 -- Fixed checkbox layout in admin's change page for
narrow screen widths.
Regression in d687febce5868545f99974d2499a91f81a32fef5.
Backport of a89c715c3bcf7ab1a90747cf8658ebce6304b6e4 from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/34994#comment:14>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/34994#comment:15>