Closed
Bug 87924
Opened 24 years ago
Closed 22 years ago
Search in subscribe should only begin after user stops typing.
Categories
(SeaMonkey :: MailNews: Message Display, defect)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.6alpha
People
(Reporter: stephend, Assigned: sspitzer)
References
Details
Attachments
(1 file)
1.38 KB,
patch
|
mscott
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
Build ID: 2001-06-26, All OSs
Summary: Search in subscribe should only begin after user stops typing.
Steps to Reproduce:
1. Open the subscribe dialog, switch to your news server.
2. Start typing, "Fan".
Expected Results:
The search doesn't begin until after you've typed, which aids slower-machined
users overall.
Actual Results:
Do the search only after the users stops typing. From Seth's notes, "Firing the
search after n microseconds of inactivity would help address this problem."
Reporter | ||
Comment 1•24 years ago
|
||
Correction for Actual/Expected is as follows:
Expected Results:
The search doesn't begin until after you've typed, which aids slower-machined
users overall. Do the search only after the users stops typing. From Seth's
notes, "Firing thesearch after n microseconds of inactivity would help address
this problem."
Actual Results:
We are currently intiating searches on each character typed.
Assignee | ||
Comment 2•24 years ago
|
||
doesn't depend on outliner, depends on timedtextbox.
Reporter | ||
Comment 3•24 years ago
|
||
*** Bug 109683 has been marked as a duplicate of this bug. ***
Reporter | ||
Updated•23 years ago
|
Hardware: PC → All
Comment 4•22 years ago
|
||
Also fixes the server order in the menulist.
Updated•22 years ago
|
Attachment #130201 -
Flags: superreview?(scottmacvicar)
Attachment #130201 -
Flags: review?(scottmacvicar)
Updated•22 years ago
|
Attachment #130201 -
Flags: superreview?(scottmacvicar)
Attachment #130201 -
Flags: superreview?(scott)
Attachment #130201 -
Flags: review?(scottmacvicar)
Attachment #130201 -
Flags: review?(scott)
Updated•22 years ago
|
Attachment #130201 -
Flags: superreview?(scott)
Attachment #130201 -
Flags: superreview+
Attachment #130201 -
Flags: review?(scott)
Attachment #130201 -
Flags: review+
Updated•22 years ago
|
Target Milestone: --- → mozilla1.6alpha
Comment 5•22 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 6•22 years ago
|
||
Verified FIXED. We do indeed wait a little bit after the user has inputted text
before initiating the quicksearch functionality.
Latest trunk pulled via CVS on Windows 2000.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
Component: MailNews: Subscribe → MailNews: Message Display
QA Contact: stephend → search
You need to log in
before you can comment on or make changes to this bug.
Description
•