Closed
Bug 143757
Opened 23 years ago
Closed 23 years ago
Textarea doesn't wrap if size set by CSS unless cols attribute present
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 119915
People
(Reporter: m, Assigned: rods)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0rc2)
Gecko/20020510
BuildID: 2002051006
The <textarea> form control doesn't wrap if its size is set using CSS (e.g.
style="width: 200px"), unless a "cols=..." attribute is also present. (The
number in the "cols=..." attribute doesn't matter and is ignored!)
Reproducible: Always
Steps to Reproduce:
1. Go to the URL.
2. Look at the examples I've put there.
Actual Results: Two out of the six examples didn't wrap.
Expected Results: All of them should have wrapped.
Reporter | ||
Comment 1•23 years ago
|
||
Notice also on that page, I've specified "rows=3", but four rows are being
displayed! Different bug? Not a bug?
Comment 2•23 years ago
|
||
Duplicate of "When Cols is not defined no wordwrap occurs"
*** This bug has been marked as a duplicate of 119915 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•