From 76bca2cb0e70a3955710be12d0d768ca6c222fa8 Mon Sep 17 00:00:00 2001 From: "bstell%netscape.com" Date: Tue, 5 Jun 2001 06:02:25 +0000 Subject: [PATCH] bug 61439: workaround X server bug so non-US users can enter email addresses when autocomplete popup is up r=pavlov@netscape.com, sr=blizzard@mozilla.org, a=asa@mozilla.org pref allow user to control the Mode_switch workaround, current enabled Use to disabled the workaround when the X server is finally fixed. git-svn-id: svn://10.0.0.236/trunk@96415 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libpref/src/unix/unix.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/modules/libpref/src/unix/unix.js b/mozilla/modules/libpref/src/unix/unix.js index ac1e89c596a..ba163f427d7 100644 --- a/mozilla/modules/libpref/src/unix/unix.js +++ b/mozilla/modules/libpref/src/unix/unix.js @@ -50,6 +50,9 @@ pref("middlemouse.scrollbarPosition", true); // Clipboard behavior pref("clipboard.autocopy", true); +// keyboard Mode_switch workaround +pref("keyboard.mode_switch.enable_workaround", true); + // Most Unix people think modal pref windows are stupid: pref("browser.prefWindowModal", false);