[orca] Disable caret navigation in spin buttons
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Disable caret navigation in spin buttons
- Date: Thu, 7 Aug 2014 14:28:49 +0000 (UTC)
commit 9fc8583fdf3894df74e8e1fdbfcbad03f087fef7
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Thu Aug 7 10:28:24 2014 -0400
Disable caret navigation in spin buttons
src/orca/scripts/toolkits/Gecko/script.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/scripts/toolkits/Gecko/script.py b/src/orca/scripts/toolkits/Gecko/script.py
index 05ef07b..fbf391c 100644
--- a/src/orca/scripts/toolkits/Gecko/script.py
+++ b/src/orca/scripts/toolkits/Gecko/script.py
@@ -1824,7 +1824,7 @@ class Script(default.Script):
elif role in [pyatspi.ROLE_MENU, pyatspi.ROLE_MENU_ITEM]:
weHandleIt = False
- elif role in [pyatspi.ROLE_SLIDER]:
+ elif role in [pyatspi.ROLE_SLIDER, pyatspi.ROLE_SPIN_BUTTON]:
weHandleIt = False
return weHandleIt
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]