Closed
Bug 100738
Opened 23 years ago
Closed 23 years ago
False line breaks when hitting enter in mail composition
Categories
(MailNews Core :: Composition, defect)
Tracking
(Not tracked)
People
(Reporter: mnyromyr, Assigned: bugzilla)
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
BuildID: 2001091303
When hitting enter amidst a normal (non-quoted) line, everything's fine. But
when inside of quoted lines it's going awry: additional empty lines are added
and deletion malfunctions (see reproduction below)
Reproducible: Always
Steps to Reproduce:
* use text mode editor.
* answer a message/posting with quoting it
* move into a quoted line (starting with >), don't choose first position
* hit enter: the line will be split, but an additional empty line will
be inserted in between and get the caret
* enter > at the beginning of this empty line
* hit DEL (*not* backspace!) once: nothing happens
* hit DEL a second time: the first character of the *next* line is
killed, not the line end. The caret moves to the next line.
Actual Results: (see above)
Expected Results: When hitting enter, a line break is inserted at the caret
position. The next line starts with the remainder of the previous line after
the caret. The caret is now at the beginning of the new line.
Maybe related to bugs #67391 or #92686.
Comment 1•23 years ago
|
||
This is a dup of 67391
*** This bug has been marked as a duplicate of 67391 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
QA Contact: sheelar → esther
Resolution: --- → DUPLICATE
verified dup
Status: RESOLVED → VERIFIED
Comment 3•23 years ago
|
||
I see this one in mozilla 0.9.8 too. Could it be that platforms
use different characters to generate line breaks (CRLF vs CR)?
I see this ONLY when I reply to messages.
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•