Bug 225893 Autocomplete won't scroll with the mouse r=ben sr=mscott a=asa

This commit is contained in:
neil%parkwaycc.co.uk 2003-12-10 23:13:03 +00:00
Родитель 69f2eb969f
Коммит cf3949f186
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -1487,6 +1487,8 @@
this.textbox.mMenuOpen = false;
this.selectedIndex = null;
</handler>
<handler event="mousedown" phase="capturing" preventdefault="true"/>
</handlers>
</binding>
@ -1542,7 +1544,7 @@
</binding>
<binding id="autocomplete-treerows">
<content onmousedown="event.preventDefault()">
<content>
<xul:hbox flex="1" class="tree-bodybox">
<children/>
</xul:hbox>