Bug #87924 --> Search in subscribe should only begin after user stops typing.

Ported patch by Neil
This commit is contained in:
scott%scott-macgregor.org 2003-09-11 17:22:49 +00:00
Родитель 43a7507a05
Коммит 32591b2570
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -62,8 +62,8 @@
</hbox>
<menulist oncommand="onServerClick(event);" id="serverMenu"
datasources="rdf:msgaccountmanager rdf:mailnewsfolders"
containment="http://home.netscape.com/NC-rdf#child"
ref="msgaccounts:/" flex="1">
sortResource="http://home.netscape.com/NC-rdf#FolderTreeName"
sortDirection="ascending" ref="msgaccounts:/" flex="1">
<template>
<rule NC:CanSubscribe="true">
<menupopup>
@ -76,7 +76,7 @@
<row align="center">
<label value="&namefield.label;" accesskey="&namefield.accesskey;"
id="namefieldlabel" control="namefield"/>
<textbox id="namefield" flex="1" oninput="Search();"/>
<textbox id="namefield" flex="1" type="timed" timeout="300" oncommand="Search();"/>
</row>
</rows>
</grid>