Closed
Bug 302935
Opened 19 years ago
Closed 18 years ago
autocompletion list order is not correct.
Categories
(Thunderbird :: Message Compose Window, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: khadjari, Assigned: mscott)
References
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050725 Firefox/1.0.6 (Ubuntu package 1.0.6) Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050725 Firefox/1.0.6 (Ubuntu package 1.0.6) When typing a name like "Per Liden" in TO: text field Thunderbird finds two names that fit the description 1.Per-Erik Liden and 2.Per Liden. the e-mails are: per-erik.liden@xxx and per.liden@xxx. The way now I think Thunderbird sort this is that "-" is matched to "." and therefor Per-Erik is shown before Per. The solution should be to replace . with a space when doing the sorting of the list. Reproducible: Always Steps to Reproduce: 1.Have the autocompletion and have the mails per.liden@xxx and per-erik.liden@xxx in your address book 2.Push write icon in thunderbird 3.type "per liden" in to: text field and wait. Actual Results: per-erik.liden@xxx per.liden@xxx Expected Results: per.liden@xxx per-erik.liden@xxx
Comment 3•18 years ago
|
||
I can reproduce this bug if I create a new profile and add similar addresses and immediately compose. However, there has been a change to autocompletion since this bug was filed; bug 276632 implemented a change to order the results with most-recently-used at the top. See bug 323364 for some additional finetuning required on that.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•