[orca] Changing the default setting for grabFocusOnAncestor to False because distros seem to be shipping FF
- From: Joanmarie Diggs <joanied src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [orca] Changing the default setting for grabFocusOnAncestor to False because distros seem to be shipping FF
- Date: Mon, 15 Feb 2010 00:08:25 +0000 (UTC)
commit 2373cecb150ca7ca4f9932b32b6bbd963d4523ed
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Sun Feb 14 19:06:59 2010 -0500
Changing the default setting for grabFocusOnAncestor to False because distros seem to be shipping FF 3.6 for GNOME 2.30.
src/orca/scripts/toolkits/Gecko/script_settings.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/orca/scripts/toolkits/Gecko/script_settings.py b/src/orca/scripts/toolkits/Gecko/script_settings.py
index b80c464..14855d2 100644
--- a/src/orca/scripts/toolkits/Gecko/script_settings.py
+++ b/src/orca/scripts/toolkits/Gecko/script_settings.py
@@ -70,7 +70,7 @@ minimumFindLength = 4
onlySpeakChangedLinesDuringFind = False
# Whether we should grab focus on a focusable ancestor when setting
-# the caret position. See bug 608149. We'll default to True for now
-# because most Orca users are not using the impacted versions of FF.
+# the caret position. See bug 608149. We'll default to False because
+# it seems distros are shipping FF 3.6 for GNOME 2.30.
#
-grabFocusOnAncestor = True
+grabFocusOnAncestor = False
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]