Closed
Bug 134928
Opened 23 years ago
Closed 23 years ago
Textfield wrapping broken if cols attribute isn't specified
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 119915
People
(Reporter: david, Assigned: rods)
Details
Two almost identical textareas:
1. <textarea style="width: 100%;" wrap="virtual" />
2. <textarea cols="0" style="width: 100%;" wrap="virtual" />
Number 1 will ignore the wrapping attribute and keep text on one line.
Number 2 will honor the wrapping attribute.
Comment 1•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
•