orca r4370 - in trunk: . src/orca
- From: joanied svn gnome org
- To: svn-commits-list gnome org
- Subject: orca r4370 - in trunk: . src/orca
- Date: Mon, 1 Dec 2008 18:39:32 +0000 (UTC)
Author: joanied
Date: Mon Dec 1 18:39:32 2008
New Revision: 4370
URL: http://svn.gnome.org/viewvc/orca?rev=4370&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:
trunk/ChangeLog
trunk/src/orca/default.py
Modified: trunk/src/orca/default.py
==============================================================================
--- trunk/src/orca/default.py (original)
+++ trunk/src/orca/default.py Mon Dec 1 18:39:32 2008
@@ -4643,7 +4643,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]