WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
32791
[Qt] QWebPage::acceptNavigationRequest is called twice for the same form submit...
https://bugs.webkit.org/show_bug.cgi?id=32791
Summary
[Qt] QWebPage::acceptNavigationRequest is called twice for the same form subm...
Dawit A.
Reported
2009-12-20 07:30:17 PST
We reimplement acceptNavigationRequest in kdewebkit to do things like save form data on NavigationTypeFormSubmitted events. Currently on almost all form submit requests, we get duplicate calls to acceptNavigationRequest for a single form submit. That is we see two consecutive calls to this function with the same url, frame and navigation type! However, only one of those calls will eventually generate a PostOperation QNetworkRequest. This issue has been confirmed in both 4.5 and 4.6 version of QtWebKit.
Attachments
Add attachment
proposed patch, testcase, etc.
Benjamin Poulain
Comment 1
2010-03-05 15:40:09 PST
Could you please attach a test case to reproduce the issue? You can do it standalone or as a patch for WebKit/qt/tests/qwebpage.
Kent Hansen
Comment 2
2010-03-10 06:53:20 PST
As Benjamin suggested, please provide a testcase so we can try to reproduce this issue.
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