Hi everybody.
I have the following problematic situation: in our web applications we open "popups" by putting an iframe inside a dynamically generated dialog, which has this structure:
- <div>
- <iframe src="whatever"></iframe>
- </div>
Now, the problem is that, if there are multiple popup opened, when one in the background gains focus, all the other dialogs that are "put" behind it have their iframe reloaded!
This happens using version 1.10.3 but did NOT happen in version 1.8.23, from which we just upgraded.
Is there a way to prevent this behaviour and restore previous one?
Thanks.