[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:40:04 PDT 2011


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





--- Comment #11 from Adam Barth <abarth at webkit.org>  2011-03-18 15:40:04 PST ---
Capturing test case in case the site goes down:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
<html lang='en'> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 
</head> 

<body> 
<p><textarea cols="20" rows="6">No blank lines here</textarea></p> 
<p><textarea cols="20" rows="6"> 
No blank lines here</textarea></p> 
<p><textarea cols="20" rows="6"> 

One blank line here</textarea></p> 
<p><textarea cols="20" rows="6"> 


Two blank lines here</textarea></p> 
</body> 
</html>

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