Skip to content

Fix 'flickUp' text review touch gesture#15171

Merged
seanbudd merged 1 commit into
masterfrom
removeBadGestures
Jul 21, 2023
Merged

Fix 'flickUp' text review touch gesture#15171
seanbudd merged 1 commit into
masterfrom
removeBadGestures

Conversation

@seanbudd

Copy link
Copy Markdown
Member

Link to issue number:

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.

Testing strategy:

Test text review mode with touch gestures

Known issues with pull request:

None

Change log entries:

Fix bug causing text review "flick up" touch gesture to move pages rather than move to previous line. (#15127)

Code Review Checklist:

  • Pull Request description:
    • description is up to date
    • change log entries
  • Testing:
    • Unit tests
    • System (end to end) tests
    • Manual testing
  • API is compatible with existing add-ons.
  • Documentation:
    • User Documentation
    • Developer / Technical Documentation
    • Context sensitive help for GUI changes
  • UX of all users considered:
    • Speech
    • Braille
    • Low Vision
    • Different web browsers
    • Localization in other languages / culture than English
  • Security precautions taken.

@seanbudd seanbudd requested a review from a team as a code owner July 21, 2023 01:55
@seanbudd seanbudd requested a review from michaelDCurran July 21, 2023 01:55
@AppVeyorBot

Copy link
Copy Markdown

See test results for failed build of commit a6f9ab5bfc

@seanbudd seanbudd merged commit 9157916 into master Jul 21, 2023
@seanbudd seanbudd deleted the removeBadGestures branch July 21, 2023 03:32
@nvaccessAuto nvaccessAuto added this to the 2023.2 milestone Jul 21, 2023
Comment thread source/globalCommands.py
resumeSayAllMode=sayAll.CURSOR.REVIEW,
category=SCRCAT_TEXTREVIEW,
gestures=("kb:NVDA+pageUp", "kb(laptop):NVDA+shift+pageUp", "ts(text):flickUp")
gestures=("kb:NVDA+pageUp", "kb(laptop):NVDA+shift+pageUp")

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, looks like a bad copy/paste on my end. Sorry!

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

Successfully merging this pull request may close these issues.

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

5 participants