vote up 0 vote down star

Let say I have two pages. One of them contains another one inside as iframe. If you subscribe to onbeforeunload event on the parent page, then this event doesn't triggers if you close tab when iframe is in focus. I suppose it is a bug as written here: Google Chrome issues

But I mentioned that, for example, google docs handle this situation. Can anyone give me a solution? Important note that I have no actual access to the iframe content as it is a third party html editor (WYSIWYG).

flag
have you tried to subscribe to the iframes onbeforeunload event? – barkmadley Oct 24 at 2:49
Yes. However, it doesn't take any effect. – Vetragon Oct 28 at 7:51

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.