[Webkit-unassigned] [Bug 34315] Form serialization doesn't include a submit input whose onclick() handler calls form.submit()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 29 17:17:55 PST 2010


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|form POSTing ignores the    |Form serialization doesn't
                   |properly named submit input |include a submit input
                   |attribute                   |whose onclick() handler
                   |                            |calls form.submit()
             Status|UNCONFIRMED                 |NEW
                 CC|                            |ap at webkit.org
         Depends on|                            |13012
     Ever Confirmed|0                           |1




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2010-01-29 17:17:55 PST ---
I think that this is technically a duplicate of bug 13012, but the symptom is
so different that we should probably track it separately for now.

This JavaScript code is clearly fragile - it makes no sense to call
"document.statsFRM.submit();" given that the submission is going to happen
anyway (and yes, even the change to action will take effect).

Does this affect any sites in real life? That's usually the primary key to
determine priority of fixing issues such as this.

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