Bug 82426

Summary: cmd-click on form submit button results in empty GET despite method=POST
Product: WebKit Reporter: thorfi <david.webkit.org>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Minor CC: ap, beidson, david.webkit.org, jonlee
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://goh.id.au/~david/webkit.org/form-submit-new-tab/index.cgi
Attachments:
Description Flags
Simple Perl CGI script to demonstrate the problem none

Description thorfi 2012-03-27 22:08:56 PDT
Created attachment 134219 [details]
Simple Perl CGI script to demonstrate the problem

The URL contains a sample form to demonstrate the issue.

http://goh.id.au/~david/webkit.org/form-submit-new-tab/index.cgi

Clicking "Submit" on the form does the expected thing, sending a form POST.

Cmd-clicking "Submit" opens the form in a new tab, and sends a blank GET to the URL.

The source code for the CGI is attached.
Comment 1 Alexey Proskuryakov 2012-03-28 23:29:57 PDT
Jon, this seems familiar. Are you aware of other reports of the same?
Comment 2 Jon Lee 2012-03-29 13:43:39 PDT

*** This bug has been marked as a duplicate of bug 65111 ***
Comment 3 thorfi 2012-03-29 16:42:03 PDT
Thanks! :-)