Closed
Bug 172017
Opened 23 years ago
Closed 23 years ago
textarea wrapping is allowing an extra char
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mozbug1, Assigned: john)
References
()
Details
See url. cols is set to be 60, but mozilla is allowing 61 chars on a line. This
is with Mozilla 1.1
Comment 1•23 years ago
|
||
This is because we allow space for 60 chars + a scrollbar... then when the
scrollbar appears we rewrap stuff...
Assignee: jst → jkeiser
Status: UNCONFIRMED → NEW
Component: DOM Views and Formatting → HTML Form Controls
Ever confirmed: true
QA Contact: stummala → tpreston
| Assignee | ||
Comment 2•23 years ago
|
||
Yep. We just use the extra space better than IE.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•