orca r4371 - in branches/gnome-2-24: . src/orca



Author: joanied
Date: Mon Dec  1 18:43:33 2008
New Revision: 4371
URL: http://svn.gnome.org/viewvc/orca?rev=4371&view=rev

Log:
* src/orca/default.py:
  The rest of the fix for bug #551891 - Flat review does not always
  start in the correct place when focus is in a tree table.



Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/src/orca/default.py

Modified: branches/gnome-2-24/src/orca/default.py
==============================================================================
--- branches/gnome-2-24/src/orca/default.py	(original)
+++ branches/gnome-2-24/src/orca/default.py	Mon Dec  1 18:43:33 2008
@@ -4592,7 +4592,8 @@
             currentX = parentExtents.x
             minHeight = sys.maxint
             while currentX < (parentExtents.x + parentExtents.width):
-                child = icomponent.getAccessibleAtPoint(currentX, currentY, 0)
+                child = \
+                    icomponent.getAccessibleAtPoint(currentX, currentY + 1, 0)
                 if child:
                     extents = child.queryComponent().getExtents(0)
                     if extents.x >= 0 and extents.y >= 0:



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