[Webkit-unassigned] [Bug 14774] New: Submitted data only includes first input item

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 26 22:29:22 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14774

           Summary: Submitted data only includes first input item
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: davbrow at gmail.com


if this form is on a web page the resulting email should have two results
separated by &:
---
<form method="post" action="mailto:bogus at gmail.com">
Name: <input type="text" size="10" maxlength="40" name="name"> <br />
Password: <input type="password" size="10" maxlength="10" name="password"><br
/>
<input type="submit" value="Send"> 
</form>
---
Here is the result from Firefox:      name=dlb&password=photo
and from Webkit 522.12:                name=dlb


-- 
Configure bugmail: http://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