[orca] Use the default updateBraille() for ARIA widgets in Gecko content
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Use the default updateBraille() for ARIA widgets in Gecko content
- Date: Sun, 19 Jan 2014 00:41:20 +0000 (UTC)
commit 415ceff1e555e764a93471415930f7e007cfe968
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Sat Jan 18 19:40:28 2014 -0500
Use the default updateBraille() for ARIA widgets in Gecko content
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 2acdac1..80d1773 100644
--- a/src/orca/scripts/toolkits/Gecko/script.py
+++ b/src/orca/scripts/toolkits/Gecko/script.py
@@ -1453,7 +1453,7 @@ class Script(default.Script):
debug.println(debug.LEVEL_INFO, "BRAILLE: update disabled")
return
- if not self.inDocumentContent():
+ if self.isAriaWidget(obj) or not self.inDocumentContent():
default.Script.updateBraille(self, obj, extraRegion)
return
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]