#29536 closed Bug (fixed)
SelectFilter2.js boxes don't resize to have equal height
Reported by: | Claude Paroz | Owned by: | Claude Paroz |
---|---|---|---|
Component: | contrib.admin | Version: | 2.0 |
Severity: | Normal | Keywords: | regression |
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
SelectFilter2.js has some code to resize select boxes to the same height in horizontal mode.
https://github.com/claudep/django/blob/78912ccd0e1fcdfe98ca85081c9eb8acb7aa1f6d/django/contrib/admin/static/admin/js/SelectFilter2.js#L166
Obviously this doesn't work any more. JS coder needed!
Attachments (2)
Change History (7)
by , 6 years ago
Attachment: | Capture d'écran de 2018-06-29 16-03-50.png added |
---|
by , 6 years ago
Attachment: | Capture d'écran de 2018-06-29 16-03-42.png added |
---|
Current look with size mismatch
comment:3 by , 6 years ago
Summary: | SelectFilter2.js box resizing code has no effect → SelectFilter2.js boxes don't resize to have equal height |
---|---|
Triage Stage: | Accepted → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
What it used to look like