[orca/gnome-2-26] Fix for bug 584837



commit a067271a06047b30fc1f186dec28b6bece3aa4c9
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 adcf9e4..e3efde8 100644
--- a/src/orca/scripts/apps/Thunderbird/script.py
+++ b/src/orca/scripts/apps/Thunderbird/script.py
@@ -583,6 +583,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]