https://bugs.winehq.org/show_bug.cgi?id=52712
Bug ID: 52712 Summary: WineRichEditTest: crashes when trying to go to right in words with Ctrl+Right Arrow in RichEdit Product: Wine Version: 7.4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: richedit Assignee: wine-bugs@winehq.org Reporter: mher.ghazaryan5@gmail.com Distribution: ---
Created attachment 72070 --> https://bugs.winehq.org/attachment.cgi?id=72070 The test executable
In a RichEdit control, type text with no newline at the end. After that, go to the beginning of that text and start going to the right word-by-word with Ctrl+Right Arrow. When you get to the end, the cursor will be one line lower. One step more, and it will crash.
https://bugs.winehq.org/show_bug.cgi?id=52712
Mher mher.ghazaryan5@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |win64
https://bugs.winehq.org/show_bug.cgi?id=52712
gGhoul k.kahurani@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |k.kahurani@gmail.com
--- Comment #1 from gGhoul k.kahurani@gmail.com --- (In reply to Mher from comment #0)
Created attachment 72070 [details] The test executable
In a RichEdit control, type text with no newline at the end. After that, go to the beginning of that text and start going to the right word-by-word with Ctrl+Right Arrow. When you get to the end, the cursor will be one line lower. One step more, and it will crash.
Can you share the code that you are using to test this? Yeah, the executable does crash but this is strange because built-in wordpad also uses riched and does not seem to have the same issue.