[webkit-dev] HTML5 Body onLoad event not firing

2013-01-14 Thread ankit srivastav
Hi All,


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

1) For HTML5 video tag:

videoonload = 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
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] HTML5 Body onLoad event not firing

2013-01-14 Thread Eric Carlson

On Jan 14, 2013, at 2:29 AM, ankit srivastav ank@gmail.com wrote:

 
 I'm working for Webkit WIN32 port.
 I'm facing an issue :
 
 1) For HTML5 video tag:
 
 videoonload = 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.
 

  Please file a bug at https://bugs.webkit.org with a reproducible test case.

eric


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev