Bug 257722 – No visual feedback when clicking on scrollbarbutton in autocomplete popups (no depressed state), r=neil, a=beltzner

git-svn-id: svn://10.0.0.236/trunk@239986 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
martijn.martijn%gmail.com 2007-11-27 18:53:55 +00:00
parent ecc58e5f17
commit eb953ddb10
2 changed files with 2 additions and 1 deletions

View File

@ -855,7 +855,7 @@
</binding>
<binding id="autocomplete-treerows">
<content onmousedown="event.preventDefault()">
<content>
<xul:hbox flex="1" class="tree-bodybox">
<children/>
</xul:hbox>

View File

@ -737,6 +737,7 @@ panel[type="autocomplete"] {
.autocomplete-tree {
-moz-binding: url("chrome://global/content/bindings/autocomplete.xml#autocomplete-tree");
-moz-user-focus: ignore;
}
.autocomplete-treebody {