[Webkit-unassigned] [Bug 6598] Should support IE Node methods attachEvent and detachEvents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 19 20:16:36 PST 2007


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





------- Comment #7 from jhaygood at spsu.edu  2007-02-19 20:16 PDT -------
Couldn't this take the same approach as the hidden document.all support?

Support it if its used, but not if its tested for directly:

site does window.attachEvent("load",function); // Works

site does if( window.attachEvent ) window.attachEvent("load",function); //
Doesn't, since window.attachEvent is "hidden".


-- 
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