NEW 28201
Input fields with more than 65k characters are rendered incorrectly
https://bugs.webkit.org/show_bug.cgi?id=28201
Summary Input fields with more than 65k characters are rendered incorrectly
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.