[Webkit-unassigned] [Bug 3609] onload event never called for iframe element
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Wed Dec 28 22:32:04 PST 2005
http://bugzilla.opendarwin.org/show_bug.cgi?id=3609
------- Additional Comments From macdome at opendarwin.org 2005-12-28 22:32 -------
Part of what might make this hard, is that currently sometimes the RenderTree does the loading, and
sometimes the DOMTree does the loading for <object> tags. Although I'm still not familiar enough with
how onload events work to know.
HTMLObjectElementImpl::parseMappedAttribute() definitely creates an onload event listener if specified.
I'm not sure how that onload event listener is supposed to be fired however.
It looks like Image onload events are special cased. Those seem to be the only ones we support other
than <body> onload event listeners.
SVG will need generic onload handing as well.
--
Configure bugmail: http://bugzilla.opendarwin.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