Dear All,

I try to emulate submit possibility using webkit api.
My code is simplify:
1. I have valid DOMHTMLInputElement.
2. get DOMHTMLFormElement from DOMHTMLInputElement
3. excute DOMHTMLFormElement submit function.
of course, the code is executed in main thread.

sometimes submit function is not returned to my thread by Webkit.
I see the following stack and nothing more:
0: Webcore:FrameLoader::startRedirectionTimer
1: Webcore:FrameLoader:submitForm
2. Webcore:HTMLFormElement:submit
3: DOMHTMLFormElement:submit

What i do wrong?

Thank You in advance,
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to