[Webkit-unassigned] [Bug 28201] New: Input fields with more than 65k characters are rendered incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 11 16:48:55 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28201

           Summary: Input fields with more than 65k characters are
                    rendered incorrectly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vandebo-webkitbugzilla at nerdbox.net


Created an attachment (id=34613)
 --> (https://bugs.webkit.org/attachment.cgi?id=34613)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list