Closed
Bug 16354
Opened 25 years ago
Closed 25 years ago
[Feature] Autocomplete for mail compose
Categories
(MailNews Core :: Composition, defect, P1)
MailNews Core
Composition
Tracking
(Not tracked)
VERIFIED
FIXED
M16
People
(Reporter: marina, Assigned: bugzilla)
References
Details
Steps to reproduce:
-open Address Book;
-open New mail, type one first letter of the name
//note: it autocomplete by the first one (in a sort order) and doesn't give you
other matches if they are slightly different:" xena, xina,...."
Assignee: hangas → ducarroz
Component: Address Book → Composition
Summary: Address Book: no multiple matches are found when autocomplete → [Feature] Autocomplete for mail compose
Sending to ducarroz. We don't have 'real' autocomplete yet, but I was unable to
find the feature bug for autocomplete on ducarroz' list. I am changing this to
be that feature bug, from "Address Book: no multiple matches are found when
autocomplete"
So this feature bug is for tracking the entire autocomplete feature for
addressing in New Message.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M14
Comment 3•25 years ago
|
||
Right now, if you don't enter anything in the To: field at all and press Enter,
it autocompletes to the first address in the address book. That doesn't seem
right. (Linux build 1999.11.30.08)
Comment 4•25 years ago
|
||
The bug that zach mentions was fixed recently by ducarroz.
Note: that when implementing this, we need to search all Personal Address Books
for a match. This was brought to my attention and I wanted to make sure that the
full functionality includes all books.
Comment 6•25 years ago
|
||
This works well enough for B1 (file specific bugs if not). The remaining
full-featured implementation can wait until after B1.
Target Milestone: M14 → M15
Verified/Duplicate bug 18629 states that newly added cards are not recognized
until abook has been closed then reopened. This is now part of this bug and
should be one of the scenarios tested when this is fixed.
Updated•25 years ago
|
OS: Windows NT → All
Hardware: PC → All
Assignee | ||
Comment 9•25 years ago
|
||
AB has a notion of last modification date. I should check for it to decide if I
need to rebuild the autocomplete cache or not. Actually, we build it only once
the first time we call Autocomplete. Should be an easy (temporary) fix
Comment 10•25 years ago
|
||
J-F, can you outline briefly what functionality should be implemented so far? I
get weird pinpoint addressing behavior, but have no way of knowing if it's a bug
or just not implemented yet.
Assignee | ||
Comment 11•25 years ago
|
||
The first time we do autocomplete, we cache the first 100 email addresses we
found in first the personal AB and then in the collected AB. Auto complete will
use only those cached addresses for the whole life of the application. That
means:
1) if you have more than 100 addresses, we will not be able to autocomplete
againss all of them!
2) all modification done in the AB or new entry added will not be seen by the
autocomplete until you restart the app. That includes new collected addresses.
3) other AB than the personal and the collected AB are ignored.
Kind of limited!
Assignee | ||
Updated•25 years ago
|
Priority: P3 → P1
Updated•25 years ago
|
Whiteboard: backend = 3 weeks; frontend = 2 weeks
Comment 13•25 years ago
|
||
Beginning 3/27 we will focus exclusively on the backend implementation for 2
weeks. At that point, we will re-evaluate and adjust.
Assignee | ||
Updated•25 years ago
|
Assignee | ||
Updated•25 years ago
|
Whiteboard: backend = 3 weeks; frontend = 2 weeks → backend = done; frontend = 1 weeks
Assignee | ||
Updated•25 years ago
|
Assignee | ||
Updated•25 years ago
|
Assignee | ||
Comment 15•25 years ago
|
||
Feature checked in. Some part of the autocomplete widget are not finished. The
widget doesn support yet a popup menu and still have some problem when
theautocomplete result doesn't match directly the user input. See bug 36730 and
36734 for more info and tracking.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Whiteboard: backend = done; frontend = 1 weeks
Comment 16•25 years ago
|
||
The original bug as stated was not implemented, this bug became the tracking bug
for implementing it. However, several other scenarios were added to this and
are fixed (zach's 11/30 comment and esther's 1/21 comment). #2 & 3 of
ducarroz's comment on 2/25 are also fixed. A new bug was opened (36730) to
track the implementation of autocomplete or address matching to find all the
matches and pop up a list so this bug will be verified. More specific bugs
should be logged for the part of this feature that is now implemented.
Status: RESOLVED → VERIFIED
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
•