Opened 2 months ago
Last modified 2 months ago
#36807 closed Bug
Admin fieldset field layout issue in the Safari browser. — at Initial Version
| Reported by: | Antoliny | Owned by: | |
|---|---|---|---|
| Component: | contrib.admin | Version: | 6.0 |
| Severity: | Release blocker | Keywords: | |
| Cc: | 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
Currently, on Safari, fieldset fields are rendered differently from regular fields in the admin interface.
In other browsers, fieldset is rendered consistently with normal fields, and Safari should behave the same way.
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
Change History (2)
by , 2 months ago
| Attachment: | fieldset_diff.png added |
|---|
by , 2 months ago
| Attachment: | safari_fieldset.png added |
|---|

