Closed
Bug 12080
Opened 26 years ago
Closed 26 years ago
[DOGFOOD] reply should put focus into message body, with cursor above the message, with "<sender> wrote:" between cursor and quoted message.
Categories
(MailNews Core :: Composition, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M12
People
(Reporter: sspitzer, Assigned: bugzilla)
References
Details
(Whiteboard: [PDT-])
For M10 dogfood, we need this functionality:
when we hit reply, we need:
the focus to be in message body
the cursor to be in the message body
"<sender> wrote:" should be above and the quoted message body. (where <sender
is the sender of the message you are replying to.)
as of my 8-18 build, none of that happens. (for html mail)
for plain text, the cursor is in the right place, but the focus is not in the
body and the "<sender> wrote:" is not there.
This basic reply functionality is important for the M-10 "get CPD to use
Messenger" milestone.
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M10
| Assignee | ||
Comment 1•26 years ago
|
||
Focus to be in message body:
Fixed
Cursor to be in the message body:
The cursor is at the beggining, but you cannot type in it, bug 10681
"<sender> wrote:" should be above and the quoted message body. (where <sender
is the sender of the message you are replying to.:
The label still is "Original message" but the quoted body now doesn't have
all the headers like before
Comment 2•26 years ago
|
||
Bulk move mail/news M10 bugs to M11
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•26 years ago
|
||
Reply now put "xxx wrote:" at the beginning. As all the points have been fixed,
I can close this bug report.
Using nov 9 commercial builds on all products:
NT 4.0: upon launch of reply compose window, cursor briefly appears in the
body, but moves to address line.
Linux 6.0: cursor goes to address line.
Mac OS 8.5.1: cursor goes to body (but it also does that for new msg)
| Assignee | ||
Updated•26 years ago
|
Status: REOPENED → ASSIGNED
Target Milestone: M11 → M12
Not for PDT+, use the mouse. Putting on PDT- radar.
Whiteboard: [PDT-]
| Assignee | ||
Comment 6•26 years ago
|
||
sfraser is adding a method to nsIEditorShell that will let me query for the nsIEditor (bug 18525). Then I will be able
to set the cursor either at the begining or at the end of the document (we use to have a pref for that in 4.5!).
| Assignee | ||
Updated•26 years ago
|
Whiteboard: [PDT-] → [PDT-] Will check in a fix soon.
| Assignee | ||
Comment 7•26 years ago
|
||
I have a fix for it. I have also implemented the support of the 4.5 pref "mailnews.quote_on_top" that let the user
choose where to put the selection: 0=at the end, 1=on top, 2=select all.
I will checkin tomorrow after I get a code review.
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 8•26 years ago
|
||
Fixed and checked in
| Assignee | ||
Updated•26 years ago
|
Whiteboard: [PDT-] Will check in a fix soon. → [PDT-]
| Assignee | ||
Comment 9•26 years ago
|
||
because of bug 18723, don't set the pref mailnews.quote_on_top to 0 else you
will freeze!
Comment 10•26 years ago
|
||
OK using nov23-08 commercial builds on linux 6.0, mac OS 8.5.1 and NT 4.0
(verified NT on nbaca's machine since mine doesn't work).
Comment 11•26 years ago
|
||
OK for both HTML and Plain Text reply windows.
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•