[Webkit-unassigned] [Bug 14941] New: textarea value storage implementation is buggy with newlines and null bytes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 11 05:03:32 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14941

           Summary: textarea value storage implementation is buggy with
                    newlines and null bytes
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
               URL: http://shadow2531.com/js/jsuri.html
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shadow2531 at gmail.com


In WebKit r24872, pressing enter on a non-empty line in a textarea adds two
newlines to the DOM value (not visually) instead of one. No other browser does
this. This causes double %0D%0A in the encoded value after pressing enter.

Also, pressing the insert key in a textarea inserts null bytes into the DOM
value.


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



More information about the webkit-unassigned mailing list