[Webkit-unassigned] [Bug 13581] window.open returns a reference immediately, but properties are cleared later

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 9 04:19:40 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13581





------- Comment #1 from soryu2 at gmail.com  2007-06-09 04:19 PDT -------
Same goes for events, it seems. Adding a listener will not work either using
addEventListener() or popup_window.onload = function() {…}

popup_window = window.open('popup.html', 'my_popup', 'width=500,height=400');
popup_window.addEventListener("load", function(e) {
        window.alert("loaded");
}, false);


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list