GNOME Bugzilla – Bug 434636
getPrevAcc() returns wrong element on first table cell
Last modified: 2007-05-03 11:59:42 UTC
getPrevAcc() returns the wrong element when the task_por is on the first table cell (row 0 col 0). Currently, getPrevAcc() returns the last cell of the same table instead of the previous accessible in the tree. Note: This bug was found in Firefox. GTK tables have not been tested.
Luiz, Can you look at this bug for 0.5.2? I suspect it's an easy problem to replicate and fix.
Created attachment 87412 [details] [review] patch for getPrevAcc returns wrong element on first table cell Patch adjusts AccessibleWalker._getParent method to return the parent accessible instead of trying to get and return the parent last child. Also took the liberty to remove the workaround in FirefoxPerk.py Tested on minefield/tables.html.