Bug 51088 - <input type=hidden> value is trimmed unexpectedly
Summary: <input type=hidden> value is trimmed unexpectedly
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 39021
  Show dependency treegraph
 
Reported: 2010-12-14 19:48 PST by Kent Tamura
Modified: 2010-12-14 22:07 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2010-12-14 19:48:27 PST
http://code.google.com/p/chromium/issues/detail?id=57016

<input type=hidden name=hidden value="&#x0d;&#x0a;cr  lf &#x0d;&#x0a;">

If the above input element is submitted, the preceding and the trailing &#x0d; and &#x0a; characters are stripped in the form data.

IE8, Opera 11, and Firefox 3.6 don't trim it.
Comment 1 Kent Tamura 2010-12-14 22:07:06 PST
Oh, I couldn't reproduce this now.  Closing.