[Webkit-unassigned] [Bug 31097] <FORM> sends the form-data to the URL specified in "action" only once.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 15 16:34:35 PDT 2010


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


Dimitri Glazkov (Google) <dglazkov at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |dglazkov at chromium.org
                   |kit.org                     |
     Ever Confirmed|0                           |1




--- Comment #30 from Dimitri Glazkov (Google) <dglazkov at chromium.org>  2010-04-15 16:34:33 PST ---
Looks like mozilla does something much simpler in this case. They just detect
if submission is in progress, stop it, then restart:

http://mxr.mozilla.org/mozilla-central/source/content/html/content/src/nsHTMLFormElement.cpp#392

-- 
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