Closed
Bug 70080
Opened 24 years ago
Closed 24 years ago
Incorrect placing of spaces in textareas
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: vectro, Assigned: rods)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.16 i686; en-US; 0.7) Gecko/20010119
BuildID: 2001011905
If you have a textarea, and fill it with text such that the end of a word aligns
exactly with the right end of the textarea, Mozilla places the subsequent space
on the beginning of the next line. Instead, the space should be omitted in such
cases.
Reproducible: Always
Steps to Reproduce:
1) Find a textarea
2) Type text in it
Actual Results: Words whose last letter align with the right-side of the box
will cause a space on the first column of the next line.
Expected Results: The space following the aligned word should be undisplayed.
Comment 2•24 years ago
|
||
known bug..
*** This bug has been marked as a duplicate of 19265 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 3•24 years ago
|
||
can someone verify this as a dup?
Verified dupe of bug 19265: "[TEXT] Word-wrap improperly breaks before space
following last word [INLINE]"
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•