Re: [orca-list] Issue with trunk and firefox



Dear List!

I try make debugging what happen when using Firefox and latest Orca with for example the www.google.com webpage and press Capslock+Tab key. The cursor jumps the google search button, but this object was not spokened. I think I fill with bugreport, because when I analyze the debug.out, I see following traceback messages:
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/orca/input_event.py", line 187, in processInputEvent
    consumed = self.function(script, inputEvent)
File "/usr/lib/python2.6/dist-packages/orca/structural_navigation.py", line 313, in goNext
    self.structuralNavigation.goObject(self, True)
File "/usr/lib/python2.6/dist-packages/orca/structural_navigation.py", line 893, in goObject
    structuralNavigationObject.present(obj, arg)
File "/usr/lib/python2.6/dist-packages/orca/structural_navigation.py", line 2487, in _formFieldPresentation
    self._presentObject(obj, characterOffset)
File "/usr/lib/python2.6/dist-packages/orca/scripts/toolkits/Gecko/structural_navigation.py", line 144, in _presentObject
    self._script.speakContents(contents)
File "/usr/lib/python2.6/dist-packages/orca/scripts/toolkits/Gecko/script.py", line 5604, in speakContents
    clumped = self.clumpUtterances(utterances)
File "/usr/lib/python2.6/dist-packages/orca/scripts/toolkits/Gecko/script.py", line 5585, in clumpUtterances
    clumped[-1][0] += " " + string
TypeError: cannot concatenate 'str' and 'instance' objects

Attila



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]