Bug 21478 - SELECT elements with no name get submitted as empty GET variables
Summary: SELECT elements with no name get submitted as empty GET variables
Status: RESOLVED DUPLICATE of bug 20184
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL: http://gordon-myers.com/webkitbug.html
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-08 10:55 PDT by Gordon Myers
Modified: 2011-05-20 08:49 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gordon Myers 2008-10-08 10:55:59 PDT
If a form element is submitted as a GET request, and it contains select elements that have empty or nonexistent name attributes, their remnants still show up in the query string. For instance, if a select element with no name has an option selected with a value of 100, the query string would look like ?=100, when instead that should just be omitted. I included a quick demonstration script as the "URL" of this bug request.
Comment 1 Gordon Myers 2011-05-20 06:32:30 PDT
It looks like this is no longer a problem... presumably some other bugfix also fixed this one at some point!
Comment 2 Alexey Proskuryakov 2011-05-20 08:49:17 PDT
Thank you for checking and following up! I think that I found when it got fixed, marking as duplicate.

*** This bug has been marked as a duplicate of bug 20184 ***