Closed
Bug 106705
Opened 23 years ago
Closed 22 years ago
switch 3 pane quick search over to use <timedtextbox>
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 179050
People
(Reporter: sspitzer, Assigned: sspitzer)
References
(Blocks 2 open bugs)
Details
switch quick search over to use <timedtextbox>
that widget is covered by bug #106049
I'll implement the setter for value so that you can remove that extra call to
onSearchInput(null)
+ else if (gDBView && gDBView.isSearchView)
+ {
+ if (gSearchInput) gSearchInput.value =""; //on input does not get fired
for some reason
+ onSearchInput(null);
+ }
Assignee | ||
Updated•23 years ago
|
Depends on: 106049
Summary: switch quick search over to use <timedtextbox> → switch 3 pane quick search over to use <timedtextbox>
Comment 2•22 years ago
|
||
*** This bug has been marked as a duplicate of 179050 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•