Don't override the default accessibility.tabfocus setting, it's a new millennium and the default build isn't going back to Motif-land (170429, r=blizzard, sr=hyatt).

git-svn-id: svn://10.0.0.236/trunk@130332 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brendan%mozilla.org
2002-09-24 05:11:25 +00:00
parent 324564729c
commit ae9bf47126

View File

@@ -69,7 +69,8 @@ pref("browser.urlbar.clickSelectsAll", false);
// Tab focus model bit field:
// 1 focuses text controls, 2 focuses other form elements, 4 adds links.
pref("accessibility.tabfocus", 1);
// Leave this at the default, 7, to match mozilla1.0-era user expectations.
// pref("accessibility.tabfocus", 1);
// override double-click word selection behavior.
pref("layout.word_select.stop_at_punctuation", false);