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
This commit is contained in:
bstell%netscape.com
2001-06-05 06:02:25 +00:00
parent 1db74feeb6
commit 76bca2cb0e

View File

@@ -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);