Reported by PZajda on 2015-03-12 10:00
On gain/lost focus, and on menu bar, I have the following error:
error executing event: gainFocus on <NVDAObjects.IAccessible.ContentGenericClient object at 0x0B34F150> 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'
I also have this error with Alt+Tab. Blocking #4964, #4991
The text was updated successfully, but these errors were encountered:
Comment 2 by jteh on 2015-03-23 05:16
Changes:
Changed title from "Error on a lot of events with Skype 7.2.0.103" to "Fix problems due to changes to typing indicator in Skype 7.2"
Milestone changed from None to 2015.2
Comment 6 by James Teh <jamie@... on 2015-04-30 03:54
In [dfdcd21]:
In Skype for Desktop 7.2 and later, typing notifications are now reported and problems immediately after moving focus out of a conversation have been fixed.
Skype 7.2 changed the typing notification control. Aside from the obvious, this also caused an exception whenever a conversation lost focus.
Also, since Skype seem intent on changing things every couple of versions, if the output list and/or typing indicator can't be found, log a warning and try to handle this more gracefully.
Fixes #4972.
…rted and problems immediately after moving focus out of a conversation have been fixed.
Skype 7.2 changed the typing notification control. Aside from the obvious, this also caused an exception whenever a conversation lost focus.
Also, since Skype seem intent on changing things every couple of versions, if the output list and/or typing indicator can't be found, log a warning and try to handle this more gracefully.
Fixes#4972.
@ruifontes, @florianionascu7 can anyone of you reproduce this issue? I think it is fixed by the commit above but I just wanted a short confirmation from an user with last skype version.
Reported by PZajda on 2015-03-12 10:00
On gain/lost focus, and on menu bar, I have the following error:
error executing event: gainFocus on <NVDAObjects.IAccessible.ContentGenericClient object at 0x0B34F150> 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'
I also have this error with Alt+Tab.
Blocking #4964, #4991
The text was updated successfully, but these errors were encountered: