[orca] Fix for bug #640451 - Focused WebKitGtk links are not underlined in braille
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Fix for bug #640451 - Focused WebKitGtk links are not underlined in braille
- Date: Mon, 24 Jan 2011 18:24:23 +0000 (UTC)
commit 658210de7c6fe2cf47b670b2733505b8938f7e82
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Mon Jan 24 13:23:54 2011 -0500
Fix for bug #640451 - Focused WebKitGtk links are not underlined in braille
src/orca/formatting.py | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/formatting.py b/src/orca/formatting.py
index f94b164..0ec8c63 100644
--- a/src/orca/formatting.py
+++ b/src/orca/formatting.py
@@ -406,6 +406,11 @@ formatting = {
asString(label),\
asString(eol))]'
},
+ pyatspi.ROLE_LINK: {
+ 'unfocused': '[Link(obj, asString(currentLineText)\
+ or asString(displayedText)\
+ or asString(name))]',
+ },
#pyatspi.ROLE_LIST: 'default'
pyatspi.ROLE_LIST_ITEM: {
'focused': '[Component(obj,\
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]