GNOME Bugzilla – Bug 511389
Orca doesn't always speak a link that regains focus in FF3
Last modified: 2008-07-22 19:33:34 UTC
From Mike and confirmed by me: Steps to reproduce: 1. Bring up the bugzilla bug list 2. Down Arrow to the link for a bug 3. Tab forward once to move focus to the next link 4. Shift Tab to move focus back to the link in step 2 Expected results: We'd speak the link. Actual results: We don't say a thing. :-( I can also reproduce this bug using "pre-performance-enhancement Orca," so it must be a caret-moved event or a focus event that we're incorrectly choosing to ignore.
Created attachment 103597 [details] [review] proposed patch Mike this solves it for me, does it for you?
Seems to work great. thanks a lot
Created attachment 103758 [details] [review] revision 2 Thanks Mike. Sadly when I ran the regression test I discovered that we were sometimes speaking images that were links twice as a result. This version seems to fix the original problem and eliminate the double-speaking that the previous version introduced. Regression tested and pylinted. Mike you mind giving this one a spin? (And my apologies for not running the regression tests before posting the previous version.)
Retargeting for 2.21.90. I think it's good pending Mike's testing.
Works fine for me.
Looks good to me.
Thanks guys. Patch committed. Moving to pending.