1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 02:27:58 +01:00

Add a reference to the *.typeaheadfind.autostart bug.

This commit is contained in:
Doug Kearns
2009-08-21 18:46:17 +10:00
parent 7e7e68e1eb
commit 07b2795a08

View File

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