Status: Unconfirmed Owner: ---- Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 25387 by Hanrui.Gao: Chrome 4 remove two functions registered to window.onload event when calling removeEventListener to remove the first one of them. http://code.google.com/p/chromium/issues/detail?id=25387
Chrome Version : 4.0.222.12 URLs (if applicable) : http://dnf.qq.com/ Other browsers tested: Add OK or FAIL after other browsers where you have tested this issue: Safari 4: OK Firefox 3.x: OK IE 7: OK IE 8: OK Chrome 3: OK What steps will reproduce the problem? 1. Load the url 2. Pay attention to the right area of gray showing "数据载入中..." (The Chinese means "Data loading...") 3. Chrome 4 cannot load the content of this area while Chrome 3 can (as well as other browsers) What is the expected result? Chrome 4 show the content of the gray area as same as Chrome 3 and other browsers. What happens instead? Chrome 4 cannot load the content in this area. Please provide any additional information below. Attach a screenshot if possible. This page add two event listener to window.onload, while the first one ("cdn_sendData()" ) remove remove itself in itself. But this cause Chrome 4 to also remove the second function("loadifrs()") registered to window.onload event. Chrome 3 has not this bug. Attachments: dgkmrsw5_139hpmvzqcw_b.jpg 228 KB -- 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 --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
