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
I think there is a problem with the load event mechanism used for Webkit/Opera browsers.
In some case, script never goes inside $(this).load() event (at line 225), so iframe resize does not happen. For example, it occurs when I dynamically add DOM elements with an Ajax return to iframe content. Then, when I call a resize, $(this).load() event is not thrown.
On Firefox, it's working well (as we don't use $(this).load() event).
Any idea?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi there,
I think there is a problem with the load event mechanism used for Webkit/Opera browsers.
In some case, script never goes inside$(this).load() event (at line 225), so iframe resize does not happen. For example, it occurs when I dynamically add DOM elements with an Ajax return to iframe content. Then, when I call a resize, $ (this).load() event is not thrown.
On Firefox, it's working well (as we don't use $(this).load() event).
Any idea?
Thanks!
The text was updated successfully, but these errors were encountered: