Non-modal dialog will not close in Internet Explorer after background page refresh
Hi,
I'll try to explain our problem:
- our web-app uses frames (it has been developed for quite a while)
- in order to allow for overlay DIVs, which can escape their frames, we put an iFrame as top level element even quite a while ago.
- now we are evaluating JQuery UI for dialogs rather than our own plain JavaScript developed dialogs, because they offer some nice functionality
- on Internet Explorer 11 (tested only current version) we have the problem that non-modal dialogs don't close (neither by cross in top right corner, nor by close button) once the background frameset has been reloaded. This problem does not occur with current Firefox and Chrome versions. It's no problem obviously for modal dialogs because the navigation elements in the background frameset are not accessible in this case.
I tried the current JQuery UI 1.12.1 as well as 1.11.4.
Has my problem become clear? Any ideas?
Best regards
Michael