Bug 82426 - cmd-click on form submit button results in empty GET despite method=POST
Summary: cmd-click on form submit button results in empty GET despite method=POST
Status: RESOLVED DUPLICATE of bug 65111
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Minor
Assignee: Nobody
URL: http://goh.id.au/~david/webkit.org/fo...
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-27 22:08 PDT by thorfi
Modified: 2012-03-29 16:42 PDT (History)
4 users (show)

See Also:


Attachments
Simple Perl CGI script to demonstrate the problem (1.39 KB, application/octet-stream)
2012-03-27 22:08 PDT, thorfi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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! :-)