Django

Code

Ticket #1635 (closed: fixed)

Opened 2 years ago

Last modified 9 months ago

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

Reported by: Christopher Lenz <cmlenz@gmx.de> Assigned to: adrian
Milestone: Component: Admin interface
Version: 0.91 Keywords:
Cc: Triage Stage: Accepted
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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

django_1635.diff (1.1 kB) - added by Christopher Lenz <cmlenz@gmx.de> on 04/13/06 09:38:27.
Patch that fixes the issue by replacing every period with a triple underscore

Change History

04/13/06 09:38:27 changed by Christopher Lenz <cmlenz@gmx.de>

  • attachment django_1635.diff added.

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

06/02/06 00:40:41 changed by adrian

  • status changed from new to assigned.

06/02/06 12:53:01 changed by adrian

  • status changed from assigned to closed.
  • resolution set to fixed.

(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 ) 09/27/07 17:39:33 changed by anonymous

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).

10/12/07 13:47:12 changed by ubernostrum

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


Add/Change #1635 ([patch] Related object popup fails for edit_inline objects in IE/Win)




Change Properties
Action