#1635 closed defect (fixed)
[patch] Related object popup fails for edit_inline objects in IE/Win
| Reported by: | 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)
Change History (5)
by , 20 years ago
| Attachment: | django_1635.diff added |
|---|
comment:1 by , 19 years ago
| Status: | new → assigned |
|---|
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 by , 18 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()anddismissRelatedLookupPopup()was not updated.
Patch in a sec (actually against magic-removal, but should also apply to trunk AFAICT).
Patch that fixes the issue by replacing every period with a triple underscore