[webkit-dev] HTML5 Body onLoad event not firing

ankit srivastav ank.cpp at gmail.com
Mon Jan 14 02:29:16 PST 2013


Hi All,


I'm working for Webkit WIN32 port.
I'm facing an issue :

1) For HTML5 video tag:

<video>    onload = onLoad()
   src = "E:/xyz.mp4"

for the above mentioned code onLoad fucntion is not firing.
but if I remove src tag value onLoad event will start firing.

I have debugged and found that,
:checkCompleted() is exiting from
 if (m_frame->document()->isDelayingLoadEvent())
        return;
and thus Implicit Close is not firing.


Please let me know if there is any solution.


Regards,
Ankit Srivastava
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20130114/c3d9512a/attachment.html>


More information about the webkit-dev mailing list