fix for bug #191891. hang when typing in the in the junk log (or filter log) window.

don't allow type ahead find in these "browser" windows.
r=aaronl, sr=bienvenu
This commit is contained in:
sspitzer%netscape.com 2003-02-27 15:22:22 +00:00
Родитель 6f54b64051
Коммит 0e0ad6cde7
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -26,7 +26,7 @@
<spacer height="10px"/>
<hbox flex="1">
<spacer width="10px"/>
<browser id="logView" disablehistory="true" disablesecurity="true" src="about:blank" flex="1"/>
<browser id="logView" disablehistory="true" disablesecurity="true" src="about:blank" autofind="false" flex="1"/>
<spacer width="10px"/>
</hbox>
<spacer height="10px"/>

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

@ -46,7 +46,7 @@ Rights Reserved.
<spacer height="10px"/>
<hbox flex="1">
<spacer width="10px"/>
<browser id="logView" disablehistory="true" disablesecurity="true" src="about:blank" flex="1"/>
<browser id="logView" disablehistory="true" disablesecurity="true" src="about:blank" autofind="false" flex="1"/>
<spacer width="10px"/>
</hbox>
<spacer height="10px"/>