Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upOutlook 2010: oleacc.AccessibleChildren fails with WindowsError for email setup and new profile dialogs #4091
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by Michael Curran <mick@... on 2014-04-25 03:03
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by Michael Curran <mick@... on 2014-06-10 04:33
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by mdcurran on 2014-06-10 04:35 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nvaccessAuto commentedApr 24, 2014
Reported by mdcurran on 2014-04-24 05:09
Some dialogs in Outlook 2010 and possibley 2013 don't get read at all in NVDA and also cause exceptions due to oleacc.AccessibleChildren failing with WindowsError: -2147418111 Call was rejected by callee
AccessibleChildren is called during the fetching of dialog text.
We should probably catch this in accessibleHandler.accessibleChildren to at least produce an empty list so that the dialog itself is still reported.