[orca] Add LIST_ITEM to the WebKitGtk roles we treat as widgets in onFocus().
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Add LIST_ITEM to the WebKitGtk roles we treat as widgets in onFocus().
- Date: Wed, 14 Dec 2011 16:50:01 +0000 (UTC)
commit 12aae17de42765b37e28f91fe9295e19a02b971c
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Wed Dec 14 11:48:22 2011 -0500
Add LIST_ITEM to the WebKitGtk roles we treat as widgets in onFocus().
src/orca/scripts/toolkits/WebKitGtk/script.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/scripts/toolkits/WebKitGtk/script.py b/src/orca/scripts/toolkits/WebKitGtk/script.py
index c4da34b..495060c 100644
--- a/src/orca/scripts/toolkits/WebKitGtk/script.py
+++ b/src/orca/scripts/toolkits/WebKitGtk/script.py
@@ -278,6 +278,7 @@ class Script(default.Script):
widgetRoles = [pyatspi.ROLE_MENU,
pyatspi.ROLE_MENU_ITEM,
+ pyatspi.ROLE_LIST_ITEM,
pyatspi.ROLE_RADIO_BUTTON]
if role in widgetRoles:
default.Script.onFocus(self, event)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]