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

NVDA does not reports, when text is unselected in browse mode #10731

Closed
kvark128 opened this issue Jan 30, 2020 · 3 comments · Fixed by #10862
Closed

NVDA does not reports, when text is unselected in browse mode #10731

kvark128 opened this issue Jan 30, 2020 · 3 comments · Fixed by #10862

Comments

@kvark128
Copy link
Contributor

Steps to reproduce:

  1. Select some text in browse mode. Can use any document with browse mode.
  2. Press any arrow key to cancel the selection.

Actual behavior:

NVDA reports the character under the virtual cursor, but does not report that the text was unselected.

Expected behavior:

NVDA should announce that the text was unselected.

System configuration

NVDA installed/portable/running from source:

Installed

NVDA version:

2019.3beta3

Windows version:

Windows 7 and Windows 10

Other questions

Does the issue still occur after restarting your PC?

Yes

Have you tried any other versions of NVDA? If so, please report their behaviors.

No

@feerrenrut
Copy link
Contributor

Which browser are you using? Can you please try NVDA 2019.2.1 and report the behavior?

@ehollig
Copy link
Collaborator

ehollig commented Jan 30, 2020

I can produce this using alpha-19538,b21a299b and Chrome. This does not occur with NVDA 2019.2.1.

  1. Select a line of text using shift+end
  2. Press left arrow to move to the previous letter.
    Actual: NVDA announces the letter.
    Expected: NVDA announces text unselected followed by the letter.

@kvark128
Copy link
Contributor Author

The problem occurs in any application where there is browse mode (Firefox, chrome, Thunderbird etc.). In NVDA 2019.2.1 everything works correctly.

michaelDCurran added a commit that referenced this issue Mar 10, 2020
…elected in browseMode again.

Fixes regression caused by #10389.
@nvaccessAuto nvaccessAuto added this to the 2020.1 milestone Mar 11, 2020
michaelDCurran added a commit that referenced this issue Mar 11, 2020
* Fix for #10731: cursorManager: ensure that NVDA speaks text being unselected in browseMode again.
Fixes regression caused by #10389.

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

Successfully merging a pull request may close this issue.

4 participants