Issue 3106: video not loading because object is not created when there is window.onunload function http://code.google.com/p/chromium/issues/detail?id=3106
Comment #1 by [EMAIL PROTECTED]: There is a function window.onunload in the javascript that when present the function QQLiveObject (which creates an object) does not get called. As with firefox, the flash object is not displayed because it is added using ActiveX in the original code. If NPAPI is to be used, then Firefox have the same behavior as in Safari and Chrome, that is, if the window.onunload function is present, the function QQLiveObject to create the object is not called. Reduced testcase can be found at (or see attached files) http://go/reductions/3106/test_standard.html Attachments: files.zip 33.6 KB Issue attribute updates: Summary: video not loading because object is not created when there is window.onunload function Labels: has-reduction -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
