Opened 19 years ago
Closed 19 years ago
#2462 closed defect (fixed)
Related Object Lookup Popup Window is too small
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | contrib.admin | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
function showRelatedObjectLookupPopup opens a window with width=740 (which leads to a horizontal scrollbar) while function showAddAnotherPopup opens a window with width=800.
guess they should have the same size.
Note:
See TracTickets
for help on using tickets.
(In [3517]) Fixed #2462 -- Changed showRelatedObjectLookupPopup to open a window that's 800-pixels wide. Thanks for reporting, patrick@…