[Webkit-unassigned] [Bug 37236] Cannot resubmit form after submission fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 7 15:31:23 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37236


Joe Mason <jmason at rim.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|PC                          |All
         OS/Version|Mac OS X 10.5               |All




--- Comment #1 from Joe Mason <jmason at rim.com>  2010-04-07 15:31:23 PST ---
I'm having a hard time making the attached file into a layout test.  It's easy
to automatically submit the form after the page is loaded with javascript, but
then the only way I can figure to wait for the response is to add a timeout,
which is ugly and unreliable.  The best thing would be to catch some sort of
"load failed" event and call form.submit again when it's received, but I can't
find any such event.  The closest I could find was to set the form's target
attribute to point to an iframe, and put an onload handler on the iframe - but
that breaks the conditions of the bug, which only manifests when loading in the
same frame.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list