Accompanying some errors in reading the account settings window in outlook 2016 already reported in some calls, I would add one more that I noticed.
When attempting to change the password of an email account, nvda upon reaching the password field makes a sequence of errors, and repeats these errors when trying to navigate with the arrows or when deleting characters in this password field
To reproduce.
Open the window for changing an email account in Outlook 2016 and navigate with tab to the password field.
Expected is that the nvda read the name of the field, what aconesse is that sounds of errors are reproduced.
When trying to navigate with the arrows by the field note that asteríscos are not read, the expected one was that they were.
And finally try to delete the characters of the password with backspace, the expected would be that the asterisk was read, what would happen is that the sound of error is heard and by what I stopped the characters are not deleted.
Outlook 2016 32 bit, Office 365 updated nvda next 13881 and windows 10 64bit 14393.
Follow the log:
IO - inputCore.InputManager.executeGesture (10:51:45):
Input: kb(laptop):rightArrow
IO - speech.speak (10:51:45):
Speaking [u'em branco']
ERROR - eventHandler.executeEvent (10:51:45):
error executing event: caret on <NVDAObjects.Dynamic_IAccessibleRichEdit20WindowNVDAObject object at 0x0AF4AAB0> with extra args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 143, in executeEvent
File "eventHandler.pyc", line 91, in init
File "eventHandler.pyc", line 98, in next
File "NVDAObjects\IAccessible_init_.pyc", line 1280, in event_caret
File "NVDAObjects\window\edit.pyc", line 825, in event_caret
File "NVDAObjects\behaviors.pyc", line 173, in event_caret
File "editableText.pyc", line 255, in detectPossibleSelectionChange
File "speech.pyc", line 552, in speakSelectionChange
File "baseObject.pyc", line 21, in get
File "NVDAObjects\window\edit.pyc", line 747, in _get_text
File "NVDAObjects\window\edit.pyc", line 623, in getTextAtRange
File "comtypes_init.pyc", line 266, in getattr
COMError: (-2147467259, 'Erro n\xe3o especificado', (None, None, None, 0, None))
IO - inputCore.InputManager.executeGesture (10:51:46):
Input: kb(laptop):rightArrow
IO - speech.speak (10:51:47):
Speaking [u'em branco']
IO - inputCore.InputManager.executeGesture (10:51:48):
Input: kb(laptop):backspace
ERROR - scriptHandler.executeScript (10:51:48):
error executing script: <bound method Dynamic_IAccessibleRichEdit20WindowNVDAObject.script_caret_backspaceCharacter of <NVDAObjects.Dynamic_IAccessibleRichEdit20WindowNVDAObject object at 0x0AF4AAB0>> with gesture u'b\xe9c speice'
Traceback (most recent call last):
File "scriptHandler.pyc", line 187, in executeScript
File "editableText.pyc", line 189, in script_caret_backspaceCharacter
File "editableText.pyc", line 175, in _backspaceScriptHelper
File "baseObject.pyc", line 21, in get
File "NVDAObjects\window\edit.pyc", line 747, in _get_text
File "NVDAObjects\window\edit.pyc", line 623, in getTextAtRange
File "comtypes_init.pyc", line 266, in getattr
COMError: (-2147467259, 'Erro n\xe3o especificado', (None, None, None, 0, None))
IO - inputCore.InputManager.executeGesture (10:51:52):
Input: kb(laptop):NVDA+f1
INFO - globalCommands.GlobalCommands.script_navigatorObject_devInfo (10:51:52):
Developer info for navigator object:
name: u'Senha:'
role: ROLE_EDITABLETEXT
states: STATE_FOCUSABLE, STATE_PROTECTED, STATE_FOCUSED
isFocusable: True
hasFocus: True
Python object: <NVDAObjects.Dynamic_IAccessibleRichEdit20WindowNVDAObject object at 0x0AF4AAB0>
Python class mro: (<class 'NVDAObjects.Dynamic_IAccessibleRichEdit20WindowNVDAObject'>, <class 'NVDAObjects.IAccessible.IAccessible'>, <class 'NVDAObjects.window.edit.RichEdit20'>, <class 'NVDAObjects.window.edit.RichEdit'>, <class 'NVDAObjects.window.edit.Edit'>, <class 'NVDAObjects.behaviors.EditableTextWithAutoSelectDetection'>, <class 'NVDAObjects.behaviors.EditableText'>, <class 'editableText.EditableText'>, <class 'NVDAObjects.window.Window'>, <class 'NVDAObjects.NVDAObject'>, <class 'baseObject.ScriptableObject'>, <class 'baseObject.AutoPropertyObject'>, <type 'object'>)
description: None
location: (443, 507, 145, 16)
value: None
appModule: <'outlook' (appName u'outlook', process ID 41072) at address 521f390>
appModule.productName: u'Microsoft Outlook'
appModule.productVersion: u'16.0.6965.2117'
TextInfo: <class 'NVDAObjects.window.edit.ITextDocumentTextInfo'>
windowHandle: 460984
windowClassName: u'RichEdit20WPT'
windowControlID: 350
windowStyle: 1342259360
windowThreadID: 42736
windowText: u'fesi05'
displayText: u'******'
IAccessibleObject: <POINTER(IAccessible) ptr=0xa3b9138 at 5bb9170>
IAccessibleChildID: 0
IAccessible event parameters: windowHandle=460984, objectID=-4, childID=0
IAccessible accName: u'Senha:'
IAccessible accRole: ROLE_SYSTEM_TEXT
IAccessible accState: STATE_SYSTEM_FOCUSED, STATE_SYSTEM_FOCUSABLE, STATE_SYSTEM_PROTECTED, STATE_SYSTEM_VALID (537919492)
IAccessible accDescription: None
IAccessible accValue: exception: (-2147024891, 'Acesso negado.', (None, None, None, 0, None))
Accompanying some errors in reading the account settings window in outlook 2016 already reported in some calls, I would add one more that I noticed.
When attempting to change the password of an email account, nvda upon reaching the password field makes a sequence of errors, and repeats these errors when trying to navigate with the arrows or when deleting characters in this password field
To reproduce.
Open the window for changing an email account in Outlook 2016 and navigate with tab to the password field.
Expected is that the nvda read the name of the field, what aconesse is that sounds of errors are reproduced.
When trying to navigate with the arrows by the field note that asteríscos are not read, the expected one was that they were.
And finally try to delete the characters of the password with backspace, the expected would be that the asterisk was read, what would happen is that the sound of error is heard and by what I stopped the characters are not deleted.
Outlook 2016 32 bit, Office 365 updated nvda next 13881 and windows 10 64bit 14393.
Follow the log:
IO - inputCore.InputManager.executeGesture (10:51:45):
Input: kb(laptop):rightArrow
IO - speech.speak (10:51:45):
Speaking [u'em branco']
ERROR - eventHandler.executeEvent (10:51:45):
error executing event: caret on <NVDAObjects.Dynamic_IAccessibleRichEdit20WindowNVDAObject object at 0x0AF4AAB0> with extra args of {}
Traceback (most recent call last):
File "eventHandler.pyc", line 143, in executeEvent
File "eventHandler.pyc", line 91, in init
File "eventHandler.pyc", line 98, in next
File "NVDAObjects\IAccessible_init_.pyc", line 1280, in event_caret
File "NVDAObjects\window\edit.pyc", line 825, in event_caret
File "NVDAObjects\behaviors.pyc", line 173, in event_caret
File "editableText.pyc", line 255, in detectPossibleSelectionChange
File "speech.pyc", line 552, in speakSelectionChange
File "baseObject.pyc", line 21, in get
File "NVDAObjects\window\edit.pyc", line 747, in _get_text
File "NVDAObjects\window\edit.pyc", line 623, in getTextAtRange
File "comtypes_init.pyc", line 266, in getattr
COMError: (-2147467259, 'Erro n\xe3o especificado', (None, None, None, 0, None))
IO - inputCore.InputManager.executeGesture (10:51:46):
Input: kb(laptop):rightArrow
IO - speech.speak (10:51:47):
Speaking [u'em branco']
IO - inputCore.InputManager.executeGesture (10:51:48):
Input: kb(laptop):backspace
ERROR - scriptHandler.executeScript (10:51:48):
error executing script: <bound method Dynamic_IAccessibleRichEdit20WindowNVDAObject.script_caret_backspaceCharacter of <NVDAObjects.Dynamic_IAccessibleRichEdit20WindowNVDAObject object at 0x0AF4AAB0>> with gesture u'b\xe9c speice'
Traceback (most recent call last):
File "scriptHandler.pyc", line 187, in executeScript
File "editableText.pyc", line 189, in script_caret_backspaceCharacter
File "editableText.pyc", line 175, in _backspaceScriptHelper
File "baseObject.pyc", line 21, in get
File "NVDAObjects\window\edit.pyc", line 747, in _get_text
File "NVDAObjects\window\edit.pyc", line 623, in getTextAtRange
File "comtypes_init.pyc", line 266, in getattr
COMError: (-2147467259, 'Erro n\xe3o especificado', (None, None, None, 0, None))
IO - inputCore.InputManager.executeGesture (10:51:52):
Input: kb(laptop):NVDA+f1
INFO - globalCommands.GlobalCommands.script_navigatorObject_devInfo (10:51:52):
Developer info for navigator object:
name: u'Senha:'
role: ROLE_EDITABLETEXT
states: STATE_FOCUSABLE, STATE_PROTECTED, STATE_FOCUSED
isFocusable: True
hasFocus: True
Python object: <NVDAObjects.Dynamic_IAccessibleRichEdit20WindowNVDAObject object at 0x0AF4AAB0>
Python class mro: (<class 'NVDAObjects.Dynamic_IAccessibleRichEdit20WindowNVDAObject'>, <class 'NVDAObjects.IAccessible.IAccessible'>, <class 'NVDAObjects.window.edit.RichEdit20'>, <class 'NVDAObjects.window.edit.RichEdit'>, <class 'NVDAObjects.window.edit.Edit'>, <class 'NVDAObjects.behaviors.EditableTextWithAutoSelectDetection'>, <class 'NVDAObjects.behaviors.EditableText'>, <class 'editableText.EditableText'>, <class 'NVDAObjects.window.Window'>, <class 'NVDAObjects.NVDAObject'>, <class 'baseObject.ScriptableObject'>, <class 'baseObject.AutoPropertyObject'>, <type 'object'>)
description: None
location: (443, 507, 145, 16)
value: None
appModule: <'outlook' (appName u'outlook', process ID 41072) at address 521f390>
appModule.productName: u'Microsoft Outlook'
appModule.productVersion: u'16.0.6965.2117'
TextInfo: <class 'NVDAObjects.window.edit.ITextDocumentTextInfo'>
windowHandle: 460984
windowClassName: u'RichEdit20WPT'
windowControlID: 350
windowStyle: 1342259360
windowThreadID: 42736
windowText: u'fesi05'
displayText: u'******'
IAccessibleObject: <POINTER(IAccessible) ptr=0xa3b9138 at 5bb9170>
IAccessibleChildID: 0
IAccessible event parameters: windowHandle=460984, objectID=-4, childID=0
IAccessible accName: u'Senha:'
IAccessible accRole: ROLE_SYSTEM_TEXT
IAccessible accState: STATE_SYSTEM_FOCUSED, STATE_SYSTEM_FOCUSABLE, STATE_SYSTEM_PROTECTED, STATE_SYSTEM_VALID (537919492)
IAccessible accDescription: None
IAccessible accValue: exception: (-2147024891, 'Acesso negado.', (None, None, None, 0, None))