From 07b2795a08d2cedb2d98595d0d0dbc180932d239 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 21 Aug 2009 18:46:17 +1000 Subject: [PATCH] Add a reference to the *.typeaheadfind.autostart bug. --- common/content/options.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/content/options.js b/common/content/options.js index 99851dd4..5565e288 100644 --- a/common/content/options.js +++ b/common/content/options.js @@ -736,6 +736,7 @@ function Options() //{{{ // TODO: maybe reset in .destroy()? // TODO: move to buffer.js // we have our own typeahead find implementation + // See: https://bugzilla.mozilla.org/show_bug.cgi?id=348187 options.safeSetPref("accessibility.typeaheadfind.autostart", false); options.safeSetPref("accessibility.typeaheadfind", false); // actually the above setting should do it, but has no effect in Firefox });