Opened 22 months ago

Closed 21 months ago

Last modified 12 months ago

#33781 closed Bug (fixed)

Timezone warning visual regression.

Reported by: Mariusz Felisiak Owned by: Carlton Gibson
Component: contrib.admin Version: dev
Severity: Release blocker Keywords:
Cc: Carlton Gibson, Florian Demmer 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 Mariusz Felisiak)

Unfortunately, f3e2bb0833105f43efc0cc6f19c8465bc1b1a785 introduced a regression in admin which still uses <p> for split datetimes.

Before:



After f3e2bb0833105f43efc0cc6f19c8465bc1b1a785:


Attachments (2)

after.png (18.0 KB ) - added by Mariusz Felisiak 22 months ago.
before.png (18.1 KB ) - added by Mariusz Felisiak 22 months ago.

Download all attachments as: .zip

Change History (10)

by Mariusz Felisiak, 22 months ago

Attachment: after.png added

by Mariusz Felisiak, 22 months ago

Attachment: before.png added

comment:1 by Mariusz Felisiak, 22 months ago

Description: modified (diff)

comment:2 by Carlton Gibson, 22 months ago

Triage Stage: UnreviewedAccepted

comment:3 by Yahya Ali, 21 months ago

Owner: changed from nobody to Yahya Ali
Status: newassigned

comment:4 by Carlton Gibson, 21 months ago

Has patch: set
Owner: changed from Yahya Ali to Carlton Gibson

PR adjusting the CSS.

comment:5 by Mariusz Felisiak, 21 months ago

Triage Stage: AcceptedReady for checkin

comment:6 by Carlton Gibson <carlton@…>, 21 months ago

Resolution: fixed
Status: assignedclosed

In 6f80050:

Fixed #33781 -- Restored alignment for admin split-field timezone warnings.

Regression in f3e2bb0833105f43efc0cc6f19c8465bc1b1a785.
Refs #33750 and #27207.

comment:7 by GitHub <noreply@…>, 12 months ago

In 73ae854:

Refs #33781 -- Restored alignment for admin split-field timezone warnings for RTL languages.

Regression in f3e2bb0833105f43efc0cc6f19c8465bc1b1a785.

comment:8 by Mariusz Felisiak <felisiak.mariusz@…>, 12 months ago

In 12561b70:

[4.2.x] Refs #33781 -- Restored alignment for admin split-field timezone warnings for RTL languages.

Regression in f3e2bb0833105f43efc0cc6f19c8465bc1b1a785.
Backport of 73ae8545ae620469550f1adcfe63fb9b9e4f3eb3 from main

Note: See TracTickets for help on using tickets.
Back to Top