Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#1635 closed defect (fixed)

[patch] Related object popup fails for edit_inline objects in IE/Win

Reported by: Christopher Lenz <cmlenz@…> Owned by: Adrian Holovaty
Component: contrib.admin Version: 0.91
Severity: normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: UI/UX:

Description

… because IE/Win coughs on periods in the window name.

[716] fixed a similar issue, but the equivalent code in the functions showRelatedObjectLookupPopup() and dismissRelatedLookupPopup() was not updated.

Patch in a sec (actually against magic-removal, but should also apply to trunk AFAICT).

Attachments (1)

django_1635.diff (1.1 KB ) - added by Christopher Lenz <cmlenz@…> 18 years ago.
Patch that fixes the issue by replacing every period with a triple underscore

Download all attachments as: .zip

Change History (5)

by Christopher Lenz <cmlenz@…>, 18 years ago

Attachment: django_1635.diff added

Patch that fixes the issue by replacing every period with a triple underscore

comment:1 by Adrian Holovaty, 18 years ago

Status: newassigned

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: assignedclosed

(In [3066]) Fixed #1635 -- Admin-site related-object popup no longer fails for edit_inline objects in IE/Win. Thanks, Christopher Lenz

in reply to:  description comment:3 by anonymous, 17 years ago

Replying to Christopher Lenz <cmlenz@gmx.de>:

… because IE/Win coughs on periods in the window name.

[716] fixed a similar issue, but the equivalent code in the functions showRelatedObjectLookupPopup() and dismissRelatedLookupPopup() was not updated.

Patch in a sec (actually against magic-removal, but should also apply to trunk AFAICT).

comment:4 by James Bennett, 17 years ago

(In [6474]) 0.91-bugfixes: Backport [3066] and some related changes. Refs #1635, #106.

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