Use default of 1 for minResultsForPopup so popup closes when there are no results, r/sr=Neil, bug 320907

This commit is contained in:
ajschult%verizon.net 2006-01-03 01:35:52 +00:00
Родитель 7214b071db
Коммит 289d5b1cb1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -212,7 +212,7 @@
<property name="minResultsForPopup"
onset="this.setAttribute('minResultsForPopup', val); return val;"
onget="var t = parseInt(this.getAttribute('minResultsForPopup')); return t ? t : 0;"/>
onget="var t = this.getAttribute('minResultsForPopup'); return t ? parseInt(t) : 1;"/>
<!-- state which indicates the current action being performed by the user.
Possible values are : none, typing, scrolling -->