Navigation Menu

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

With word wrap enabled, moving the cursor forward may not display the cursor #1996

Closed
nvaccessAuto opened this issue Dec 13, 2011 · 1 comment
Assignees
Milestone

Comments

@nvaccessAuto
Copy link

Reported by jteh on 2011-12-13 07:42
Steps to reproduce:

  1. Enable braille. Enable both "Read by paragraph" and "Avoid splitting words when possible".
  2. Move to the start of a large paragraph; e.g. the first paragraph under the Welcome heading on the NVDA web site.
  3. Press downArrow to move to the second line.
  4. Expected: The cursor should be somewhere on the display.
  5. Actual: The cursor is not on the display. Instead, the user must scroll forward once to see it.

This happens because the code tries to scroll such that the cursor is at the end of the display. However, it can't manage this with word wrap enabled because the word at the cursor is too long to fit on the display, so it scrolls to the point just before the word with the cursor.

I'm not really sure how to solve this yet. I'm not 100% sure it needs to be solved, but thought I'd file a ticket while it's on my mind. :)

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2012-01-17 23:23
Fixed in a12513d.
Changes:
State: closed

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

No branches or pull requests

2 participants