Bug 346079 - "In the search bar, scrolling the mouse wheel should switch the engine" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=gavin ui-r=beltzner a1.9=damons]

This commit is contained in:
reed@reedloden.com 2007-11-30 12:16:54 -08:00
parent 9ac71b9c74
commit 6cceaba004

View File

@ -25,6 +25,7 @@
# Gavin Sharp (v3) <gavin@gavinsharp.com>
# Ben Goodger <beng@google.com>
# Pamela Greene <pamg.bugs@gmail.com>
# Michael Ventnor <m.ventnor@gmail.com>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
@ -548,6 +549,10 @@
]]></handler>
<handler event="popupshowing" action="this.rebuildPopupDynamic();"/>
<handler event="DOMMouseScroll"
phase="capturing"
action="this.selectEngine(event, (event.detail > 0));"/>
</handlers>
</binding>