https://bugs.winehq.org/show_bug.cgi?id=54567
Bug ID: 54567 Summary: comdlg32: Find/Replace: Flags became invalid after EN_KILLFOCUS. Product: Wine Version: 8.0-rc5 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comdlg32 Assignee: wine-bugs@winehq.org Reporter: katayama.hirofumi.mz@gmail.com Distribution: ---
Created attachment 74109 --> https://bugs.winehq.org/attachment.cgi?id=74109 the patch to fix this bug
The flags value became invalid after EN_KILLFOCUS. It caused a bug that FR_DOWN is cleared when the user set focus to edt1 and close the find/replace dialog.
https://bugs.winehq.org/show_bug.cgi?id=54567
--- Comment #1 from katayama.hirofumi.mz@gmail.com --- Created attachment 74112 --> https://bugs.winehq.org/attachment.cgi?id=74112 2nd suggestion patch
https://bugs.winehq.org/show_bug.cgi?id=54567
--- Comment #2 from katayama.hirofumi.mz@gmail.com --- Created attachment 74113 --> https://bugs.winehq.org/attachment.cgi?id=74113 3rd suggestion patch