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:
parent
ecc58e5f17
commit
eb953ddb10
@ -855,7 +855,7 @@
|
||||
</binding>
|
||||
|
||||
<binding id="autocomplete-treerows">
|
||||
<content onmousedown="event.preventDefault()">
|
||||
<content>
|
||||
<xul:hbox flex="1" class="tree-bodybox">
|
||||
<children/>
|
||||
</xul:hbox>
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user