Re: [orca-list] orca not reading menu selections in evolution



Hi Joanie,

On Tue, 5 Apr 2016, Joanmarie Diggs wrote:

Hopefully fixed now, in both the gnome-3-20 branch and master. Thanks
for the report!

Thanks! That seems to have solved my initial problem, but now I'm seeing another one. After I exit evolution, orca no longer reads things correctly. I suspect that this message is related:

13:13:08 - ERROR: Could not set active script for [window | ]

I tried removing the try from the code and then saw this traceback:

vvvvv PROCESS OBJECT EVENT focus: vvvvv
13:26:44 - OBJECT EVENT: focus: (0, 0, 0)
           app.name='gedit' name='None' role='text' state='editable enabled focusable focused has tooltip 
multi line sensitive showing visible'
           relations='' interfaces='Accessible Collection Component EditableText Text'
13:26:44 - EVENT MANAGER: Getting script for [application | gedit]
13:26:44 - EVENT MANAGER: Script is <orca.scripts.apps.gedit.script.Script object at 0x7fceec59bda0>

Traceback (most recent call last):
  File "/opt/gnome/lib/python3.4/site-packages/orca/event_manager.py", line 332, in _dequeue
    self._processObjectEvent(event)
  File "/opt/gnome/lib/python3.4/site-packages/orca/event_manager.py", line 670, in _processObjectEvent
    _scriptManager.setActiveScript(script, reason)
  File "/opt/gnome/lib/python3.4/site-packages/orca/script_manager.py", line 269, in setActiveScript
    orca_state.activeScript.deactivate()
  File "/opt/gnome/lib/python3.4/site-packages/orca/scripts/toolkits/gtk/script.py", line 48, in deactivate
    self.utilities.clearCachedObjects()
AttributeError: 'Utilities' object has no attribute 'clearCachedObjects'

Evolution's script_utilities is inheriting from WebKitGtk, which has no clearCachedObjects(). I'm not sure what makes the most sense here.

Thanks,
-Mike


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