Bug 7505
Summary: | textarea width doesn't correctly correspond to cols attribute | ||
---|---|---|---|
Product: | WebKit | Reporter: | Justin Garcia <justin.garcia> |
Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ddkilzer, ian |
Priority: | P4 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 |
Justin Garcia
Open the following snippit it the Snippit Editor:
<textarea style="font-family:Courier New" cols="5">123456789</textarea>
The textarea is wide enough to accomodate 1234567 on the first line. With a fixed width font like Courier New, the first line should only accomodate 12345.
See:
http://www.w3.org/TR/html401/interact/forms.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ojan Vafai
*** This bug has been marked as a duplicate of 15312 ***