You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by oaron on 2015-03-22 09:03
I get the following eror message, when I press alt+tab in Skype conversation window:
ERROR - eventHandler.executeEvent (11:46:48):
error executing event: gainFocus on <NVDAObjects.IAccessible.TaskListIcon object at 0x052E8FB0> with extra args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 138, in executeEvent
File "eventHandler.pyc", line 151, in doPreGainFocus
File "api.pyc", line 134, in setFocusObject
File "appModuleHandler.pyc", line 223, in handleAppSwitch
File "appModules\skype.pyc", line 230, in event_appModule_loseFocus
File "appModules\skype.pyc", line 79, in lostFocus
AttributeError: 'Conversation' object has no attribute 'typingIndicator'
Steps to reproduce:
In Skype main window, I select a contact from the contacts list, and I press enter.
Reported by oaron on 2015-03-22 09:03
I get the following eror message, when I press alt+tab in Skype conversation window:
ERROR - eventHandler.executeEvent (11:46:48):
error executing event: gainFocus on <NVDAObjects.IAccessible.TaskListIcon object at 0x052E8FB0> with extra args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 138, in executeEvent
File "eventHandler.pyc", line 151, in doPreGainFocus
File "api.pyc", line 134, in setFocusObject
File "appModuleHandler.pyc", line 223, in handleAppSwitch
File "appModules\skype.pyc", line 230, in event_appModule_loseFocus
File "appModules\skype.pyc", line 79, in lostFocus
AttributeError: 'Conversation' object has no attribute 'typingIndicator'
Steps to reproduce:
I'm using latest NVDA next with latest stable version of Skype.
Blocked by Fix problems due to changes to typing indicator in Skype 7.2 #4972