Bug 51088
| Summary: | <input type=hidden> value is trimmed unexpectedly | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kent Tamura <tkent> |
| Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Major | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 39021 | ||
Kent Tamura
http://code.google.com/p/chromium/issues/detail?id=57016
<input type=hidden name=hidden value="
cr lf 
">
If the above input element is submitted, the preceding and the trailing 
 and 
 characters are stripped in the form data.
IE8, Opera 11, and Firefox 3.6 don't trim it.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Kent Tamura
Oh, I couldn't reproduce this now. Closing.