зеркало из https://github.com/mozilla/gecko-dev.git
Bug 650950 Simplify DOMMouseScroll event handler r=dao
This commit is contained in:
Родитель
0e53288b95
Коммит
2fc576d572
|
@ -523,11 +523,8 @@
|
||||||
|
|
||||||
<handler event="DOMMouseScroll"
|
<handler event="DOMMouseScroll"
|
||||||
phase="capturing"
|
phase="capturing"
|
||||||
#ifdef XP_MACOSX
|
modifiers="accel"
|
||||||
action="if (event.metaKey) this.selectEngine(event, (event.detail > 0));"/>
|
action="this.selectEngine(event, (event.detail > 0));"/>
|
||||||
#else
|
|
||||||
action="if (event.ctrlKey) this.selectEngine(event, (event.detail > 0));"/>
|
|
||||||
#endif
|
|
||||||
</handlers>
|
</handlers>
|
||||||
</binding>
|
</binding>
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче