[Webkit-unassigned] [Bug 23723] TEXTAREA is stripping newlines when form is posted

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 26 10:45:09 PDT 2009


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


Matthew Heidemann <matthew.heidemann at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matthew.heidemann at gmail.com




--- Comment #1 from Matthew Heidemann <matthew.heidemann at gmail.com>  2009-08-26 10:45:09 PDT ---
It looks like in the LayoutTests/fast/forms/textarea-crlf.html that is the
expected behavior. I'm not sure why or if there is a spec that says it should
be that way.

Based on the test, it looks like it's stripping the carriage return as soon as
the value is assigned in the dom. Also when innerHTML is assigned the same
result happens.

Tested on Nightly 47686.

-- 
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