Closed Bug 104592 Opened 23 years ago Closed 23 years ago

textarea wrap doesn't work

Categories

(SeaMonkey :: General, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 50633

People

(Reporter: stakadush, Assigned: asa)

Details

wrapping doesn't work at all when it comes to textareas. ie: <textarea name=text wrap=virtual></textarea> won't work,or <textarea name=text wrap=hard></textarea> won't work etc... it's always doing wrap=off. i'm using build 2001100803 and win2000.
dup of 92851 "wrap=virtual in a TEXTAREA element doesn't work as expected" *** This bug has been marked as a duplicate of 92851 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
i was wrong. it works only when you explicitly specify the cols attribute. but if you ommit that...check it out. i'm using mozilla 0.9.5 (2001101117) this code will work: <form method=post> <textarea name=text wrap=hard cols=20></textarea> <input type=submit></form> while this won't: <form method=post> <textarea name=text wrap=hard></textarea> <input type=submit></form> :)
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
So this is now a dup of 50633 "textarea always does a soft wrap" To find both bugs I just did a search in bugzilla for textarea and wrap. Please, always search bugzilla before submiting new bugs, and thank you for testing Mozilla. *** This bug has been marked as a duplicate of 50633 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago23 years ago
Resolution: --- → DUPLICATE
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.