Bug 28201

Summary: Input fields with more than 65k characters are rendered incorrectly
Product: WebKit Reporter: Steve VanDeBogart <vandebo>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ap, mitz, pkasting
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Html with >65k input field none

Steve VanDeBogart
Reported 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.
Attachments
Html with >65k input field (64.06 KB, text/html)
2009-08-11 16:48 PDT, Steve VanDeBogart
no flags
Peter Kasting
Comment 1 2009-09-22 10:42:01 PDT
See also bug 29636 (probably same root cause).
Note You need to log in before you can comment on or make changes to this bug.