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 uplive region announcements in browse mode can be canceled by focus changes #3777
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by Michael Curran <mick@... on 2014-01-14 06:25
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by Michael Curran <mick@... on 2014-01-31 01:56
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by mdcurran on 2014-01-31 01:58 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nvaccessAuto commentedJan 14, 2014
Reported by mdcurran on 2014-01-14 06:16
If a web document changes a live region causing an announcement, while at the same time moving the focus, the focus change will most likely interupt the speaking of the live region.
This is due to NVDA canceling speech every time the focus moves in browse mode. This was to ensure that any running sayAll would stop. Now we are able to detect if sayAll is running, therefore we should only do the cancelSpeech if it is in deed running.