WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 68185
Multiple form submission bit is being cleared at the wrong abstraction layer
https://bugs.webkit.org/show_bug.cgi?id=68185
Summary
Multiple form submission bit is being cleared at the wrong abstraction layer
Jon Lee
Reported
2011-09-15 13:24:31 PDT
From
bug 28633
. resetMultipleFormSubmissionProtection() is being called in EventHandler's keyEvent() and handleMousePressEvent() functions, and should be moved to another abstraction layer.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2011-09-15 13:25:06 PDT
<
rdar://problem/10132369
>
Alexey Proskuryakov
Comment 2
2011-09-15 15:16:37 PDT
One question is why we still have multiple form submission protection code at all. It's explicitly turned off for user actions, and it ineffective in some other cases (see
bug 13011
). At the same time, there are many closely related bugs tracked under
bug 39021
umbrella, suggesting that the logic is fundamentally different from other browsers.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug