If reading a word and it contains only a symbol and white space, read symbol irrespective of symbol level (#5133)#11167
Conversation
… symbol irrespective of symbol level (nvaccess#5133)
|
@JulienCochuyt thanks for the work on this. I would have following suggestions, could you also cover following use cases?
|
|
@Adriani90 wrote:
Actually, it does, but the scope of issue #5133 is pretty narrow: It only handles cases like (copy the following line in a browser's address bar:
I agree this would be preferable, but also much more complicated to generalize. |
|
@JulienCochuyt thanks for your reply. Actually there are two issues in place which, if fixed, would lead to the expected behavior. See #10846 and #8057. |
Link to issue number:
Fixes #5133
Summary of the issue:
Currently, when navigation by word lands on a single symbol followed by white space, NVDA sometimes says nothing at all.
Description of how this pull request fixes the issue:
Implemented the solution described by @jcsteh in #5133 (comment):
Testing performed:
Known issues with pull request:
Change log entry:
Section: Bug fixes
NVDA now always speaks when navigating by word and landing on any single symbol followed by white space, whatever the verbosity settings.