Closed
Bug 23293
Opened 25 years ago
Closed 25 years ago
Multi-line text entry does not left-justify entered text
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
M15
People
(Reporter: keithh, Assigned: rubydoo123)
Details
If I enter text into a multi-line text box (like this one) and a word ends on
the very last position of a line, when I type a space, the space character
appears in the first position of the next line. Instead, it should always
left-justify the text and only keep track of how many space characters are
before the first word on each line internally.
Updated•25 years ago
|
Assignee: nobody → beppe
Component: Browser-General → Editor
Comment 1•25 years ago
|
||
As far as I can see, mozilla has the same behaviour as Nav4.6 on win95 (except
mozilla implements some very nice re-wrapping when you backspace). IE 3.0 (yes,
3.0 -- old computer :0) does "buffer" that space-at-end-of-line pending the
next keystroke, so that the next word begins at the left margin.
beppe : the TEXTAREA widget line-wrapping is part of editor, no?
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 3•25 years ago
|
||
setting to M15, needs verification
QA Contact: nobody → sujay
Target Milestone: --- → M15
You need to log in
before you can comment on or make changes to this bug.
Description
•