Opened 10 years ago
Closed 10 years ago
#25586 closed Bug (fixed)
Admin's tabular inline fields may be misaligned if the first form field is hidden
| Reported by: | Daniel Hahler | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.admin | Version: | 1.8 |
| Severity: | Normal | 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: | no |
Description
If the first form field in a tabular inline is hidden, the first <th> won't have colspan=2 which is meant to account for the first <td class="original"> which doesn't have a corresponding <th>. This will cause the table cells to be misaligned. More details on the pull request.
Change History (2)
comment:1 by , 10 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 1745aa0: