orca r4333 - in branches/gnome-2-24: . src/orca/scripts/toolkits/Gecko
- From: joanied svn gnome org
- To: svn-commits-list gnome org
- Subject: orca r4333 - in branches/gnome-2-24: . src/orca/scripts/toolkits/Gecko
- Date: Thu, 13 Nov 2008 22:28:22 +0000 (UTC)
Author: joanied
Date: Thu Nov 13 22:28:22 2008
New Revision: 4333
URL: http://svn.gnome.org/viewvc/orca?rev=4333&view=rev
Log:
* src/orca/scripts/toolkits/Gecko/script.py:
More work on bug #554831 - Google calendar unusable with orca.
You can now arrow into the day grid.
Modified:
branches/gnome-2-24/ChangeLog
branches/gnome-2-24/src/orca/scripts/toolkits/Gecko/script.py
Modified: branches/gnome-2-24/src/orca/scripts/toolkits/Gecko/script.py
==============================================================================
--- branches/gnome-2-24/src/orca/scripts/toolkits/Gecko/script.py (original)
+++ branches/gnome-2-24/src/orca/scripts/toolkits/Gecko/script.py Thu Nov 13 22:28:22 2008
@@ -1301,6 +1301,11 @@
if eventSourceRole != pyatspi.ROLE_LINK \
or self.queryNonEmptyText(event.source):
return
+ elif eventSourceRole == pyatspi.ROLE_SECTION:
+ # Google Calendar's Day grid seems to issue these quite
+ # a bit. If we don't ignore them, we'll loop.
+ #
+ return
elif self.isAriaWidget(event.source):
# Sometimes we get extra caret-moved events. See bug #471878
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]