Closed
Bug 119915
Opened 23 years ago
Closed 22 years ago
When Cols is not defined no wordwrap occurs
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
mozilla1.3alpha
People
(Reporter: TucsonTester3, Assigned: kinmoz)
References
Details
(Keywords: testcase)
Attachments
(1 file)
209 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90)
BuildID: 2002011308
OS: WinME
When Cols is not defined no wordwrap occurs
Using the HTML Forms casebase Textarea test, when Cols is defined wordwrap
occurs, when no cols definition no word wrap occurs.
Reproducible: Always
Steps to Reproduce:
1.Open NS Browser to Forms control testing
2.scroll down to Control Type :- Textarea
3.select WrapHard.HTML or any other test area that follows
4.open selected test case and enter test with spaces
Actual Results: on test cases where COLS is not defined, no word wrap occurs
It continues on a horizontal path and creates a Horizantal scroll bar
Expected Results: In the testcases where COLS is not defined Wordwrap should
take effect at end of textarea without the need to hit enter
Reporter | ||
Comment 1•23 years ago
|
||
Also seen in Mac
changing to all/all
OS: Windows ME → Windows 95
Hardware: PC → All
Reporter | ||
Comment 3•23 years ago
|
||
Updated•23 years ago
|
Whiteboard: DUPME
Target Milestone: --- → mozilla1.1
Comment 5•23 years ago
|
||
*** Bug 132866 has been marked as a duplicate of this bug. ***
Comment 6•23 years ago
|
||
*** Bug 134928 has been marked as a duplicate of this bug. ***
Comment 7•23 years ago
|
||
*** Bug 141629 has been marked as a duplicate of this bug. ***
Comment 8•23 years ago
|
||
*** Bug 142132 has been marked as a duplicate of this bug. ***
Reporter | ||
Comment 9•23 years ago
|
||
Also seen in windows 2000, changed OS to "all"
OS: Windows 95 → All
Comment 10•23 years ago
|
||
Re-adding the CC's that were accidentally removed.
Comment 11•23 years ago
|
||
*** Bug 143757 has been marked as a duplicate of this bug. ***
Comment 12•23 years ago
|
||
Note also that no wrapping occurs even if the width is set by CSS (e.g.
style="width: 200px") unless there is a Cols attribute (the value of the Cols
attribute is, in this case, ignored - but it must be present for wrapping to occur).
See http://www.newhouses.f2s.com/mozilla_testing/textarea_wrap.html and bug 143757.
Comment 13•22 years ago
|
||
Note: Cols is a #required attribute of TextArea it is not optional.
http://www.w3.org/TR/html401/interact/forms.html#edef-TEXTAREA
Comment 14•22 years ago
|
||
Surely it's OK to set the size using CSS (e.g. style="width: 200px") instead of
cols= ?
Still, no excuse for the odd wrapping behaviour.
Comment 15•22 years ago
|
||
nsbeta1-. Not a "stop ship" bug
Assignee | ||
Comment 16•22 years ago
|
||
*** Bug 158803 has been marked as a duplicate of this bug. ***
Updated•22 years ago
|
Whiteboard: DUPME
Updated•22 years ago
|
Target Milestone: mozilla1.1beta → mozilla1.3alpha
Comment 17•22 years ago
|
||
*** Bug 166478 has been marked as a duplicate of this bug. ***
Comment 18•22 years ago
|
||
Newsflash: The testcase wraps just fine and dandy in 2002100714, winXP.
Somebody musta fixed something by accident...
Comment 19•22 years ago
|
||
Yep, both the attached testcase and my testcase (see comment 12) now seem to
work fine (2002101508 Linux).
Assignee | ||
Comment 20•22 years ago
|
||
Yeah this was fixed with the checkin for bug 164641 ... I just forgot to close
this bug out as fixed.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•