зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
f88288c2fc
Коммит
58cb971c78
|
@ -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>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче