You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by jteh on 2011-12-13 07:42
Steps to reproduce:
Enable braille. Enable both "Read by paragraph" and "Avoid splitting words when possible".
Move to the start of a large paragraph; e.g. the first paragraph under the Welcome heading on the NVDA web site.
Press downArrow to move to the second line.
Expected: The cursor should be somewhere on the display.
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. :)
The text was updated successfully, but these errors were encountered:
Reported by jteh on 2011-12-13 07:42
Steps to reproduce:
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. :)
The text was updated successfully, but these errors were encountered: