#10783 closed (fixed)
admin JS error: "currentContext[h] is null"
Reported by: | Carl Meyer | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
With trunk Django, viewing the admin add/edit page results in a Javascript error on Firefox 3: "currentContext[h] is null" in getElementsBySelector.js, line 149.
Change History (3)
comment:1 by , 16 years ago
milestone: | → 1.1 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This doesn't happen to me. Can you share your model and your model admin classes?