Skip to content
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

Windows 10: Logon prompt not announced #6010

Closed
josephsl opened this issue May 27, 2016 · 2 comments
Closed

Windows 10: Logon prompt not announced #6010

josephsl opened this issue May 27, 2016 · 2 comments
Milestone

Comments

@josephsl
Copy link
Collaborator

Hi,

Same thing as #5942: Due to change in the UIA class name for LogonUI dialog, NVDA fails to announce logon prompt in Windows 10.

Because the fix is trivial, I plan to commit to 5942 branch, as the fix involves adding another class name to the tuple that's consulted when adding dialog announcement behavior. The specific class name is "LogonUI Logon Window".

Thanks.

@josephsl
Copy link
Collaborator Author

josephsl commented Jun 1, 2016

Hi,

On second thoughts, it might be best to work from a separate branch, as this one concerns an app module. Thanks.

josephsl added a commit that referenced this issue Jun 1, 2016
…idation announcements are now announced. re #6010

Partly due to UIA controls using a different name, logon prompts were not announced in Windows 10. This commit adds the new names, as well as a way to recognize Windows 10 logon prompt as well as that of Windows 8.x.
josephsl added a commit to josephsl/nvda that referenced this issue Jun 15, 2016
…idation announcements are now announced. re nvaccess#6010

Partly due to UIA controls using a different name, logon prompts were not announced in Windows 10. This commit adds the new names, as well as a way to recognize Windows 10 logon prompt as well as that of Windows 8.x.
michaelDCurran pushed a commit that referenced this issue Jul 24, 2016
…ox to be navigable using touch/object navigation. re #6010 #6024 (#6073)
@jcsteh jcsteh added this to the 2016.3 milestone Aug 5, 2016
@jcsteh
Copy link
Contributor

jcsteh commented Aug 5, 2016

Merged in e3e83b2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants