[Webkit-unassigned] [Bug 32791] New: [Qt] QWebPage::acceptNavigationRequest is called twice for the same form submit...

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 20 07:30:18 PST 2009


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

           Summary: [Qt] QWebPage::acceptNavigationRequest is called twice
                    for the same form submit...
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P1
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: adawit at kde.org


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.

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