From d0aed0ccbcb643becd76083b9dfc2cd5bfa35119 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 16 Dec 2007 12:55:42 +0000 Subject: Add comment. svn path=/trunk/; revision=7775 --- data/default-prefs-common.js | 1 + 1 file changed, 1 insertion(+) (limited to 'data') diff --git a/data/default-prefs-common.js b/data/default-prefs-common.js index a43858322..58e20af17 100644 --- a/data/default-prefs-common.js +++ b/data/default-prefs-common.js @@ -1,6 +1,7 @@ // mouse wheel: disable mozilla's ctrl+wheel zooming, and enable our own // set numlines to -1 to reverse directions, see bug #306110 pref("mousewheel.withcontrolkey.action", 0); +// NOTE! on gecko 1.9 we must set this to 1, see https://bugzilla.mozilla.org/show_bug.cgi?id=141476 pref("mousewheel.withcontrolkey.numlines", -1); pref("mousewheel.withcontrolkey.sysnumlines", false); -- cgit v1.2.3