Closed
Bug 60242
Opened 25 years ago
Closed 25 years ago
Subscribe: type-down match should select first match in list
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: laurel, Assigned: sspitzer)
Details
Using Nov15th trunk build
When using type-down match of text box to newsgroup list in subscribe, the match
will not select the first instance of a match if multiple matches exist.
1. Profile has newsgroup account for the main news server, "news" aka "pixie".
2. File|Subscribe, select "news" server. Wait for groups listing to be displayed.
3. In edit box, type "rec." -- this will select a match of rec.knives even
though there are several rec. newsgroups before rec.knives in the list.
3. In edit box, type "rec.music." --- this will select a match oof
rec.music.gaffa even though there are several previous rec.music. groups in the
list.
Result: type-down matches to a point in the list other than the first instance
of a match. This can be confusing to a user. I believe 4.x matches to first
instance in the list.
Expected: type-down should match first instance in the list.
| Assignee | ||
Comment 1•25 years ago
|
||
another good catch.
my typedown js code does a binary search to find a match. it will select the
first match it finds, which is not guaranteed to be the first match alphabetically.
I've got a fix for this in my tree. I'll land it with my other subscribe changes.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•25 years ago
|
||
fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
OK using nov28 commercial trunk build, mac OS 9.0, win98, linux rh6.0
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
Component: MailNews: Subscribe → MailNews: Message Display
QA Contact: laurel → search
You need to log in
before you can comment on or make changes to this bug.
Description
•