GNOME Bugzilla – Bug 638177
When I using www.google.com, some time after the search operation is ended not possible navigating headings
Last modified: 2010-12-28 16:14:57 UTC
Hy, Jose confirmed following problem with Orca-list: When I searching anything with www.google.com, after I click the search button, I see following problem: Because oldest time not possible jumping headings for example with h and shift+h key, I need first navigating a link with Tab key and after this possible jumping headings. This is I think goole specific problem prewious, not Orca specific problem. Now, when I clicked the search button, I first navigating a link, and tryed jumping a heading with h key. Orca jumped the top of the page and not spokened the first awailable heading. Of course the caret is not positioned prewious with end of the page. I maked a debug.out file, and see following traceback error message, possible this information is important: Traceback (most recent call last):
+ Trace 225292
consumed = self.function(script, inputEvent)
self.structuralNavigation.goObject(self, True)
structuralNavigationObject.present(obj, arg)
self._presentObject(obj, characterOffset)
self._script.speakContents(contents)
clumped = self.clumpUtterances(utterances)
for [element, acss] in utterances:
I using Ubuntu Lucid, Firefox 3.6.13 and Orca git master version. The reproducation test steps is following: 1. Launch firefox, and open www.google.com. 2. Write any text with google search edit box, and activate the search button. 3. Because after this task not possible jumping the headings, first navigate for example Tab key a link. 4. Try jumping next heading with h key. What happening with your system? Orca spokened the "search results" heading? Attila
Created attachment 177130 [details] Debug file with show possible why happening traceback error Jose wrote following two confirmations with orca-list: "Hi Attila. Two things that I can confirm: 1. After a search using google, I can not use the h key to jump to a header. I need to press tab or move the caret using the arrows. 2. I found in the debug file the same error that you found." Attila
*** This bug has been marked as a duplicate of bug 638111 ***