Opened 9 years ago
Closed 9 years ago
#25726 closed Bug (needsinfo)
Problem with related-widget-wrapper
Reported by: | Roberto Morati | Owned by: | Roberto Morati |
---|---|---|---|
Component: | contrib.admin | Version: | 1.8 |
Severity: | Normal | Keywords: | related-widget-wrapper, django 1.8.6, select field |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I updated the django to 1.8.6, but I faced with an problem when used the select field in the admin. The select field is fading when clicked in the same.
If I remove the float: left; and the overflow: hidden; the select field works fine.
.related-widget-wrapper {
float: left; /* display properly in form rows with multiple fields */
overflow: hidden; /* clear floated contents */
}
So, what I can do to fix it without alter the .related-widget-wrapper?
Thanks,
Attachments (1)
Change History (3)
by , 9 years ago
Attachment: | select field.png added |
---|
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → needsinfo |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Hi, I'm not exactly sure how to reproduce the issue. Could you please be more specific with the steps or provide a sample project? Are you using any third-party apps that are customizing the admin?