[webkit-help] sometimes submit function of DOMHTMLFormElement is not returned in called thread.

Andrei Petrashkevich petrashkevich at google.com
Tue Mar 30 08:22:31 PDT 2010


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,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20100330/fad1a2d6/attachment.html>


More information about the webkit-help mailing list