Bug 257722 - No visual feedback when clicking on scrollbarbutton in autocomplete popups (no depressed state), r=neil, SeaMonkey-only

This commit is contained in:
martijn.martijn@gmail.com 2007-11-26 12:01:40 -08:00
parent 24216b5f9d
commit 1bf52d628a
2 changed files with 4 additions and 2 deletions

View File

@ -13,6 +13,10 @@
visibility: hidden;
}
.autocomplete-tree {
-moz-user-focus: ignore;
}
/* The following rule is here to fix bug 96899 (and now 117952).
Somehow trees create a situation
in which a popupset flows itself as if its popup child is directly within it

View File

@ -1612,8 +1612,6 @@
this.clearSelection();
this.input = null;
</handler>
<handler event="mousedown" phase="capturing" preventdefault="true"/>
</handlers>
</binding>