Skip to content

NVDA touch gestures: flicking up moves to previous page rather than previous line #15127

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

Closed
fisher729 opened this issue Jul 11, 2023 · 0 comments · Fixed by #15171
Closed

NVDA touch gestures: flicking up moves to previous page rather than previous line #15127

fisher729 opened this issue Jul 11, 2023 · 0 comments · Fixed by #15171
Labels
feature/touch-screen p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation.
Milestone

Comments

@fisher729
Copy link

fisher729 commented Jul 11, 2023

Steps to reproduce:

  1. Use three finger single tap to move to text mode.
  2. Flick up with one finger.

Actual behavior:

NVDA may try to move by page. In most cases, this is not supported.

Expected behavior:

NVDA should move to the previous line of the current navigator object and speak it, just like flicking down currently moves to the next line with the review cursor.

System configuration

NVDA installed and portable

NVDA version:

2023.1

Windows version:

Windows 10 and 11

Other information about your system:

Other questions

Does the issue still occur after restarting your computer?

Yes

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

Yes, I tried the latest alpha as at this writing, Version: alpha-28649,c6bdc669 (2023.2.0.28649)

If NVDA add-ons are disabled, is your problem still occurring?

Yes

Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?

Yes

@seanbudd seanbudd added feature/touch-screen p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation. labels Jul 20, 2023
@nvaccessAuto nvaccessAuto added this to the 2023.2 milestone Jul 21, 2023
seanbudd added a commit that referenced this issue Jul 21, 2023
Closes #15127
Fix up of #14021

Summary of the issue:
#14021 accidentally overwrote the touch gesture to move to the previous line in text review mode.
These overwritten gestures were not documented in the user guide, and appear to be unintentional.

Description of user facing changes
Remove overwritten "flickUp" gestures.

Description of development approach
Remove overwritten "flickUp" gestures.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/touch-screen p3 https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priority triaged Has been triaged, issue is waiting for implementation.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants