Search and Top Navigation
#9615 closed bug (duplicate)
Opened October 23, 2013 12:58PM UTC
Closed October 23, 2013 01:04PM UTC
Changing dialog focus causes iframe inside it to reload
Reported by: | tasso85 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.dialog | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
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, while we are still using jQuery 1.7.2
In the fiddle at http://jsfiddle.net/sKJmU/1/ if you click che button twice you'll open up two "popups", try to place them so that they partially overlap, and then change focus from one to the other, you'll see it triggers a refresh.
If you do the same test here http://jsfiddle.net/LuAhj/1/ you'll see it does not happen.
I would say this is a breaking change which I did not see documented anywhere, and suggest to revert to previous behaviour.
Attachments (0)
Change History (1)
Changed October 23, 2013 01:04PM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Duplicate of #9166.