You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 1.2.4, if multiple iframes are accessed, frame_1 aborts processing as soon as frame_2 starts processing. If I delay the start of frame_3 using setTimeout, it will also load and not impact the other frame, but it's not a viable or promising workaround.
The big problem is "$.iframeHeight.resizeIframe" function because it is used from everywhere of plugin. If i change this, plugin cannot work from external (or crossdomain pages). So i must update the structure of plugin. It means it can be really big changes. Im sorry but I tried some things after emails but nothing changed. So i added this todo list.
In version 1.2.4, if multiple iframes are accessed, frame_1 aborts processing as soon as frame_2 starts processing. If I delay the start of frame_3 using setTimeout, it will also load and not impact the other frame, but it's not a viable or promising workaround.
Regarding the container DIV's non-unique IDs (when called multiple times), I changed it to this:
The text was updated successfully, but these errors were encountered: