After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 629401 - When I search anything with www.google.com and send search text, unable to navigate structural navigation keys before I press Tab key
When I search anything with www.google.com and send search text, unable to na...
Status: RESOLVED NOTGNOME
Product: orca
Classification: Applications
Component: general
2.31.x
Other Linux
: Normal normal
: ---
Assigned To: Joanmarie Diggs (IRC: joanie)
Orca Maintainers
Depends on:
Blocks: 404403
 
 
Reported: 2010-09-12 08:59 UTC by Hammer Attila
Modified: 2011-01-10 00:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This problem demonstrating possible why happening the described problem (485.33 KB, application/octet-stream)
2010-09-12 08:59 UTC, Hammer Attila
Details

Description Hammer Attila 2010-09-12 08:59:31 UTC
Created attachment 170064 [details]
This problem demonstrating possible why happening the described problem

Dear Developers,

When I using www.google.com webpage, write a search text and press Enter key, unable to navigate structural navigation keys before I not move the caret focus for example the Tab key.
Unfortunately this problem is always reproducable, I don't no possible fix this problem or not.

The reproducation verification is very easy:
1. Launch Firefox web browser, and open www.google.com webpage.
2. Write the search text box for example Orca screen reader text, and press Enter key. The results are displayed.
3. Try navigate for example headings with h or Shift+h key. Unfortunately nothing happening, Orca doesn't jump next or prewious headings. When you press Tab key one time, structural navigation keys again working, possible jump the search results with h or Shift+H keys.

This bug is present both Orca 2.30.2 and latest Orca git master version.

I maked a debug.out file, and see following trace back error message with latest git master version of Orca, I don't no this is help you identifiing why happening this problem:
Traceback (most recent call last):
  • File "/usr/local/lib/python2.6/dist-packages/orca/focus_tracking_presenter.py", line 759 in _processObjectEvent
    s.processObjectEvent(event)
  • File "/usr/local/lib/python2.6/dist-packages/orca/script.py", line 407 in processObjectEvent
    self.listeners[key](event)
  • File "/usr/local/lib/python2.6/dist-packages/orca/scripts/toolkits/Gecko/script.py", line 1483 in onChildrenChanged
    self.liveMngr.handleEvent(event)
  • File "/usr/local/lib/python2.6/dist-packages/orca/liveregions.py", line 182 in handleEvent
    message = self._getMessage(event)
  • File "/usr/local/lib/python2.6/dist-packages/orca/liveregions.py", line 418 in _getMessage
    self._script.utilities.expandEOCs(event.any_data)
  • File "/usr/local/lib/python2.6/dist-packages/orca/script_utilities.py", line 1703 in expandEOCs
    childText = self.expandEOCs(child)
  • File "/usr/local/lib/python2.6/dist-packages/orca/script_utilities.py", line 1703 in expandEOCs
    childText = self.expandEOCs(child)
  • File "/usr/local/lib/python2.6/dist-packages/orca/script_utilities.py", line 1702 in expandEOCs
    child = obj[i + childOffset]
  • File "/usr/lib/python2.6/dist-packages/pyatspi/accessible.py", line 466 in __getitem__
    raise IndexError IndexError

I attached recorded debug.out file.

Attila
Comment 1 Trevor Saunders (IRC: tbsaunde) 2011-01-08 07:24:39 UTC
I can't reproduce this in firefox 4 beta's, I notice that the default focused heading is the first search result which is a little interesting, but if the first thing I type on a page of results is 'h' I get to a heading that is a search result, and h and shift h keep working
Comment 2 Trevor Saunders (IRC: tbsaunde) 2011-01-08 07:29:31 UTC
what version of firefox are you using?
Comment 3 Hammer Attila 2011-01-08 07:56:52 UTC
Trevor, I using Firefox 3.6.13 and my primary system is Ubuntu Lucid.
But if need I have got a Natty testing system with awailable Firefox 4.0 beta8 I think.

Attila
Comment 4 Trevor Saunders (IRC: tbsaunde) 2011-01-10 00:04:37 UTC
Since this issue seems to be fixed in firefox I'm considering this closed as not gnome since it was fixed in firefox.  If you can reproduce in firefox nightly builds please reopen