[orca/gnome-3-10] Fix for bug 709573 - Orca can hang on a web page in Firefox



commit 17175fedbd502f7d649773ad0862697c7336aaa3
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Wed Oct 9 15:51:18 2013 -0400

    Fix for bug 709573 - Orca can hang on a web page in Firefox

 src/orca/scripts/toolkits/Gecko/script.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/scripts/toolkits/Gecko/script.py b/src/orca/scripts/toolkits/Gecko/script.py
index a3a1886..165f61c 100644
--- a/src/orca/scripts/toolkits/Gecko/script.py
+++ b/src/orca/scripts/toolkits/Gecko/script.py
@@ -3908,6 +3908,7 @@ class Script(default.Script):
                                         pyatspi.ROLE_TABLE_CELL] \
                   and self.isUselessObject(nextObj)):
                 toAdd = self.utilities.getObjectsFromEOCs(nextObj, nOffset, boundary)
+                toAdd = [x for x in toAdd if x not in objects]
                 done = True
                 for item in toAdd:
                     itemExtents = self.getExtents(item[0], item[1], item[2])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]