Status: Unconfirmed Owner: ---- Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 10484 by nigel.tao.gnome: alert during a dragenter event handler will crash the renderer http://code.google.com/p/chromium/issues/detail?id=10484
Chrome Version : 1.0.154.53 (Official Build 11798) URLs (if applicable) : http://nigel.tao.googlepages.com/how-to-dos-your-own-browser.html What steps will reproduce the problem? 1. Go to the test URL above. 2. Drag the image. 3. Watch the renderer crash. The crux of the page is this: function doOnLoad() { var e = document.documentElement; var f = function() { alert('You is pwned.'); }; if (e.addEventListener) { e.addEventListener('dragenter', f, false); } else { e.attachEvent('ondragenter', f); } } -- 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 -~----------~----~----~----~------~----~------~--~---
