#36807: Admin fieldset field layout issue in the Safari browser.
--------------------------+-------------------------------------------
Reporter: Antoliny | Type: Bug
Status: new | Component: contrib.admin
Version: 6.0 | Severity: Release blocker
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------+-------------------------------------------
Currently, on Safari, `fieldset` fields are rendered differently from
regular fields in the admin interface.
[[Image(safari_fieldset.png)]]
In other browsers, fieldset is rendered consistently with normal fields,
and Safari should behave the same way.
[[Image(fieldset_diff.png)]]
This issue appears to be caused by the `legend` element, which seems to be
unaffected by its parent flex container due to Safari specific rendering
behavior.
It has been identified as a regression introduced by
https://github.com/django/django/commit/4187da258fe212d494cb578a0bc2b52c4979ab95
--
Ticket URL: <
https://code.djangoproject.com/ticket/36807>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.