[Webkit-unassigned] [Bug 13577] New: the default font for textarea is not monospace
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 3 16:20:43 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13577
Summary: the default font for textarea is not monospace
Product: WebKit
Version: 522+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jungshik.shin at gmail.com
This is not a bug per se, but it'd be nice to be compatible with Firefox and MS
IE.
Adding the following line to WebCore/css/html4.css (between the style
specification for 'input, textarea, keygen,...' and that for
'input[type="hidden"]' would do it.
textarea {
font-family: monospace;
}
I wonder what others think of this change.
--
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