Bug 51088

Summary: <input type=hidden> value is trimmed unexpectedly
Product: WebKit Reporter: Kent Tamura <tkent>
Component: FormsAssignee: 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
Reported 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.
Attachments
Kent Tamura
Comment 1 2010-12-14 22:07:06 PST
Oh, I couldn't reproduce this now. Closing.
Note You need to log in before you can comment on or make changes to this bug.