-
-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix problems due to changes to typing indicator in Skype 7.2 #4972
Comments
Comment 2 by jteh on 2015-03-23 05:16 |
Comment 5 by James Teh <jamie@... on 2015-04-13 06:51
Changes:
|
Comment 6 by James Teh <jamie@... on 2015-04-30 03:54
Changes:
|
…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: