GNOME Bugzilla – Bug 518502
Orca doesn't always speak wrapping announcement for link structural nav in FF3
Last modified: 2008-07-22 19:33:52 UTC
Steps to reproduce: 1. Find/create a page of links. 2. Follow the first and last link on the page (i.e. so that they are visited). 3. On the link page, use U and Shift+U to navigate among the unvisited links. Expected results: When Orca wraps, it will announce that it has wrapped. Actual results: When Orca wraps, it doesn't announce that it has wrapped. Similar results can be seen if the first and last link are unvisited and V/Shift+V is used.
Created attachment 105876 [details] [review] proposed patch Wrapped is set to True when we do the wrap. If the first thing we come across is not the right state (visited/unvisited), we set wrap to False and keep looking. At this point, wrapped will be False so we don't make the announcement. We need to make the announcement if wrapped is True *or* wrap is False.
Seems to work just fine.
Thanks Mike. Patch (and updated regression test) committed. Moving to pending.