Commit 762f88c8 authored by martijn.martijn@gmail.com's avatar martijn.martijn@gmail.com
Browse files

Bug 257722 - No visual feedback when clicking on scrollbarbutton in...

Bug 257722 - No visual feedback when clicking on scrollbarbutton in autocomplete popups (no depressed state), r=neil, SeaMonkey-only
parent fc72c3b4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -1612,8 +1612,6 @@
        this.clearSelection();
        this.input = null;
      </handler>

      <handler event="mousedown" phase="capturing" preventdefault="true"/>
    </handlers>
  </binding>