Bugzilla – Bug 546970
Fix remaining orca's assumptions of non-multi-level atk.table hierarchies
Last modified: 2010-04-30 20:24:28 UTC
Besides fixing orca's issues such as bug 546934, we need to make sure that the assumption of orca about expecting the parent of a TreeTableCell to be a TreeTable doesn't apply anymore.
FYI some commits on orca's upstream may have just fixed this: commit 3d9756754b924d0ecff388e5b32e0abadd13e9be Author: Joanmarie Diggs <joanmarie.diggs@gmail.com> Date: Sun Feb 14 16:44:31 2010 -0500 Part of the fix for bgo#608150 - Firefox 3.6's changes to the hierarchy of tables needs to be handled by Orca One issue is that table rows can now appear as list items in the hierarchy. getNextCellInfo was assuming the parent of the table cell would be a table. This fix merely stops the traceback. Additional smarts will need to be added to Orca's label guessing functionality. commit 6f16a61162af708356bfc96f95ba8ec8602a3de2 Author: Joanmarie Diggs <joanmarie.diggs@gmail.com> Date: Sun Feb 14 17:31:49 2010 -0500 Rest of the fix for bgo#608150 - Firefox 3.6's changes to the hierarchy of tables needs to be handled by Orca It turns out that the label guessing functionality is fine (yea!!); the problem is another instance of needing to be sure we have the table and not the new list item.
Unassigning to focus on Firefox and SLED bugs.