GNOME Bugzilla – Bug 485903
[verified] Orca doesn't read message list in gmail
Last modified: 2007-11-05 20:24:40 UTC
As reported by Javier on the Orca list: > I am trying to access my Gmail account with Orca/firefox latest svn > version. > > When I login at gmail (http://www.gmail.com) and I try to read the > message list (the first table in the basic html view mode) Orca doesn't > speak the rows in the table, however I can't see it in my braille > display. > > Is this a known bug? It is now. :-) Patch to follow.
Created attachment 97101 [details] [review] sanity check in the label guessing functionality The Gmail checkboxes are causing the label guessing functionality to kick in. The Gmail table is passing the "it's probably a grid" test. Things that are probably grids probably have a label at the top indicating what the column is, right? (hint: wrong) ;-) This patch checks to see that we have a nextCell (and thus extents) before we try to do stuff with those extents, get cell coordinates, etc.
Does this patch work on our gnome-2-20 branch? If not, can you please make one for it so Mike can test it with gnome-2-20? If it works well, we can shoot to get this in the GNOME 2.20.2 release.
This patch works with the gnome-2-20 branch as is.
I don't do gmail, so I cannot test this. Mike, please test. :-)
Saddly this patch nolonger applies to trunk.
Created attachment 98482 [details] [review] patch updated for trunk The thing I don't get is that this patch is the same as the last version not counting the line numbers. Anyhoo, please give this one a try. Thanks.
hmmmmmm this one applied just fine. Still testing
I think this one looks good now.
Thanks guys. Patch committed to both the 2-20 branch and trunk. Closing as FIXED.