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).

This commit is contained in:
brendan%mozilla.org 2002-09-24 05:11:25 +00:00
parent ac4fe58713
commit f54095b43d

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