[Webkit-unassigned] [Bug 56434] REGRESSION (r64712): Safari removes the first blank line in a textarea

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 18 15:46:47 PDT 2011


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





--- Comment #12 from Adam Barth <abarth at webkit.org>  2011-03-18 15:46:47 PST ---
Looking in the Web Inspector, it looks like the DOM has the proper number of blank lines.  I suspect we used to strip the initial blank line in the render tree rather than in the parser.  We're now probably stripping it twice (both in the parser and in the render tree).

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