[Webkit-unassigned] [Bug 21478] New: SELECT elements with no name get submitted as empty GET variables

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 8 10:55:59 PDT 2008


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

           Summary: SELECT elements with no name get submitted as empty GET
                    variables
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://gordon-myers.com/webkitbug.html
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: soapergem at gmail.com


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.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list