#1668 closed defect (fixed)
Internet explorer opens incorrect URL if a popup window already exists
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.1 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
This only happens for some popup windows. We have found two places so far:
- The 'Plot' function in Experiment explorer.
- The 'More details' button in Administrate -> Plugins & extensions -> Overview
To reproduce the issue:
- Open the popup
- Switch back to the BASE main window without closing the popup
- Try to open the popup again. Click 'Ok' in the message about the already opened window.
- The old popup is replaced with a new one but doesn't display the expected page.
- The 'Plot' function show a 404 error: HTTP Status 404 - /onk/plotter.jsp
- The 'More details' button show the login page.
This seems to be a problem with IE only. Firefox is not affected. The workaround is to manually close the popup before trying to open it again.
Change History (2)
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 13 years ago
Note:
See TracTickets
for help on using tickets.
(In [5997]) Fixes #1668: Internet explorer opens incorrect URL if a popup window already exists
I think this issue was caused by the fix to #1660. Seems like the call to to
confirm()
for some reason must be made with theparentWin
object that is later used to open the popup window.