CVSROOT: /cvs/gnome Module name: orca Changes by: richb 06/06/21 10:39:29
Modified files: . : ChangeLog src/orca : braillegenerator.py default.py speechgenerator.py Log message: * src/orca/braillegenerator.py: src/orca/speechgenerator.py: Adjusted the _getBrailleRegionsForTableCell and _getSpeechForTableCell() routines so that Insert-F11 works with table cells inside both tables and tree tables. Don't set the last table row and column in these routines This is now done in locusOfFocusChanged (see entry for default.py below). * src/orca/default.py: In locusOfFocusChanged(), if this focus change is for a table cell, save the table row and column in the table (as lastRow and lastColumn), so that they can be used by the speech and braille table cell generators. In locusOfFocusChanged(), replaced calls to getRowDescription() and getColumnDescription() with calls to getRowHeader() and getColumnHeader() and then called getDisplayedText on their accessible objects. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=orca&who=richb&date=explicit&mindate=2006-06-21%2010:38&maxdate=2006-06-21%2010:40 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list