Bug 28201 - Input fields with more than 65k characters are rendered incorrectly
Summary: Input fields with more than 65k characters are rendered incorrectly
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-11 16:48 PDT by Steve VanDeBogart
Modified: 2009-09-22 18:25 PDT (History)
3 users (show)

See Also:


Attachments
Html with >65k input field (64.06 KB, text/html)
2009-08-11 16:48 PDT, Steve VanDeBogart
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steve VanDeBogart 2009-08-11 16:48:55 PDT
Created attachment 34613 [details]
Html with >65k input field

Safari and Chrome incorrectly render text fields that have more than 65,535 characters.  Only the first (length mod 2^16) characters are rendered and are editable.  However, when there are 2^16 or more characters in a text field, they are all properly sent to the server on submit.  The attached test case demonstrates this problem.
Comment 1 Peter Kasting 2009-09-22 10:42:01 PDT
See also bug 29636 (probably same root cause).