Opened 15 years ago
Closed 15 years ago
#12695 closed (fixed)
'Add another' button disappears when refreshing page with admin form in Firefox
Reported by: | jbronn | Owned by: | Jannis Leidel |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | admin inlines add | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Steps to reproduce:
- Use Firefox.
- Open up a model with inlines in admin page.
- Refresh the page, and watch the 'Add another' button disappear.
Doesn't seem to affect Chrome or Safari, and haven't tested on IE.
Change History (2)
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [12370]) Fixed #12695 - Force Firefox to not autocomplete input fields that are critical to the dynamic admin inlines.