-
-
Notifications
You must be signed in to change notification settings - Fork 639
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
Notepad++: braille doesn't move to the next line if last line is empty #17430
Comments
@burmancomp , you may be interested in this issue. |
I can reproduce this with the latest Alpha version of NVDA and Notepad++ Version 8.6.9. |
I tested this pr, and it seems to work correctly. I can navigate to hte empty line by using braille display's navigation keys. But I found another problem in this pr version. I tested with the latest Alpha and 2024.4.rc1 and they don't have this problem at all.
|
Thanks @irrah68 . Now we don't expand to line before collapsing to end if selection is not collapsed. |
Thanks. Now it works OK.
But there is a difference when selecting a line in Notepad++ and othe editors like Windows Notepad or word.
1. Type some text and press enter.
2. Press the up arrow key and put cursor on the first character of the first line.
3. Press Shift+End and start testing with Nvda+Alt+Home and Nvda+Alt+End.
In Notepad++ the last selected character is period and in othe editors it is line break (CR-LF).
|
@irrah68 wrote: But there is a difference when selecting a line in Notepad++ and othe editors like Windows Notepad Thanks @irrah68 . |
OK. If you can reproduce the problem I described, perhaps it is worth new issue. This pr seems to work. No problems with a blan line and braille display's navigation keys. |
@irrah68 , many thanks for testing the PR. |
Steps to reproduce:
enter
to add an empty line.control+end
to move the system cursor to the end of the document.up arrow
to move the cursor to the previous line.next line
command in a braille display.Actual behavior:
The cursor is not moved to the last line of the document
Expected behavior:
The cursor should be moved to the last line of the document.
NVDA logs, crash dumps and other attachments:
System configuration
NVDA installed/portable/running from source:
Running from source
NVDA version:
source-master-c32e0e7 x86
Windows version:
Windows 11 23H2 (10.0.22631) workstation AMD64
Name and version of other software in use when reproducing the issue:
Notepad++ 7.81
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.
NVDA 2024.4.1, with same behavior.
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
nvda.log
The text was updated successfully, but these errors were encountered: