GNOME Bugzilla – Bug 591592
Orca does not speak and braille the appropriate information when moving by headings on all sites
Last modified: 2009-11-09 21:35:11 UTC
On the following site orca just speaks heading link and brailles the level. 1. Go to http://wikis.sun.com/display/OpenSolarisInfo/How+To+Add+IPS+Repositories 2. repeatedly press "h" to move through the page. You should notice that when you land on several of the headings at level two and level three you don't hear or see in braille the actual heading information.
Confirmed. We're seeing an anchor, treating it as a link, and grabbing focus on it as if it were a proper link. <h2><a name="HowToAddIPSRepositories-AddingIPSRepositories"></a>Adding IPS Repositories</h2> Taking this one for 2.27.91. Should be relatively easy.
Created attachment 140595 [details] [review] revision 1 I'm waiting (and waiting, and waiting) for a silly DayJob video to produce. So.... This seems to solve the problem. It's obviously not regression tested yet. I'll do that. In the meantime, it should be sound, therefore please test. Thanks!
Created attachment 140599 [details] [review] same code, new regression test added Because the fix is limited to structural navigation, the only regression tests that might show any difference are the structural navigation tests (along with bug_589455.py). I ran all of those and they all passed. Therefore, this version just adds a new regression test for this particular bug. Pylints to a 10, high impact/low risk, yadda, yadda, yadda.
Since Will changed the status of my patch to accepted-commit_now (thanks!), I've done so. Closing as FIXED.