Opened 12 months ago
Closed 11 months ago
#34982 closed Bug (fixed)
Visual regression for helptext at certain screen sizes
Reported by: | Mariusz Felisiak | Owned by: | Tom Carrick |
---|---|---|---|
Component: | contrib.admin | Version: | 4.2 |
Severity: | Release blocker | Keywords: | |
Cc: | Tom Carrick | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | yes |
Description (last modified by )
Django 4.1 on small screens (< 1024 px)
Django 4.2 on small screens (< 1024 px)
LANGUAGE_CODE = "ar-DZ"
Regression in 96a598356a9ea8c2c05b22cadc12e256a3b295fd.
Attachments (4)
Change History (17)
by , 12 months ago
Attachment: | before1.png added |
---|
by , 12 months ago
Attachment: | before2.png added |
---|
by , 12 months ago
Attachment: | after1.png added |
---|
by , 12 months ago
Attachment: | after2.png added |
---|
comment:1 by , 12 months ago
Description: | modified (diff) |
---|
comment:2 by , 12 months ago
UI/UX: | set |
---|
comment:3 by , 12 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 12 months ago
Description: | modified (diff) |
---|
comment:5 by , 12 months ago
Summary: | Visual regression for helptext with RTL languages. → Visual regression for helptext at certain screen sizes |
---|
comment:7 by , 12 months ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:8 by , 11 months ago
Triage Stage: | Accepted → Ready for checkin |
---|
follow-up: 13 comment:12 by , 11 months ago
Resolution: | fixed |
---|---|
Status: | closed → new |
Triage Stage: | Ready for checkin → Accepted |
Reopening as RTL issue is not solved (check out #35003).
comment:13 by , 11 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Triage Stage: | Accepted → Ready for checkin |
Replying to Mariusz Felisiak:
Reopening as RTL issue is not solved (check out #35003).
Decided to close again, as #35003 is related but it's not a regression.
Note:
See TracTickets
for help on using tickets.
I reworded the summary as it doesn't only affect RTL. I still don't see a reasonable way to fix it, and since we're making some effort to have admin fields be stacked rather than inline it might not be worth going to a lot of effort to fix if it's not simple.