Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#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 Jacob, 15 years ago

milestone: 1.1
Triage Stage: UnreviewedAccepted

This doesn't happen to me. Can you share your model and your model admin classes?

comment:2 by Malcolm Tredinnick, 15 years ago

Resolution: fixed
Status: newclosed

(In [10516]) Fixed #10783 -- Fixed Javascript error when adding a new object in admin.

comment:3 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

Note: See TracTickets for help on using tickets.
Back to Top