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
http://bugs.winehq.org/show_bug.cgi?id=54567
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com --- If there is still interest, could you please attach a small program that shows this issue?
http://bugs.winehq.org/show_bug.cgi?id=54567
KRosUser kyle.kcsoftwares@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle.kcsoftwares@gmail.com
--- Comment #4 from KRosUser kyle.kcsoftwares@gmail.com --- Easy to reproduce :
Full procedure: https://jira.reactos.org/browse/CORE-17064
- wine notepad - type the following
test test test test
- CTRL+F => "test" (down) - F3 until last item is reached - CTRL+F => "test" (up) - then F3 ==> goes "DOWN" while "UP" was expected
http://bugs.winehq.org/show_bug.cgi?id=54567
--- Comment #5 from KRosUser kyle.kcsoftwares@gmail.com --- Disregard, this is as expected and not the initial problem reported by Katayama