[orca] Fix for bug 584837



commit e0a1c873f87a581afacbcd9fe86811bfcbe52830
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Sat Jun 20 16:10:05 2009 -0400

    Fix for bug 584837
    
    Fix for bug 584837 - Find dialog fails to move caret to desired location
    in Thunderbird.

 src/orca/scripts/apps/Thunderbird/script.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/orca/scripts/apps/Thunderbird/script.py b/src/orca/scripts/apps/Thunderbird/script.py
index f822284..5b710d2 100644
--- a/src/orca/scripts/apps/Thunderbird/script.py
+++ b/src/orca/scripts/apps/Thunderbird/script.py
@@ -582,6 +582,9 @@ class Script(Gecko.Script):
         Overridden here because multiple open messages are not arranged
         in tabs like they are in Firefox."""
 
+        if self.inFindToolbar():
+            return Gecko.Script.getDocumentFrame(self)
+
         obj = orca_state.locusOfFocus
         while obj:
             role = obj.getRole()



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