https://bugs.winehq.org/show_bug.cgi?id=38570
Bug ID: 38570 Summary: user32 set_focus_window send WM_KILLFOCUS message not right. Product: Wine Version: 1.7.42 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: liuchanghui@linuxdeepin.com Distribution: ---
Created attachment 51465 --> https://bugs.winehq.org/attachment.cgi?id=51465 The running screen in Windows
Reproduce:
1, Download the test program from: http://www.imakevideo.com/set_focus_bug.exe
2, wine set_focus_bug.exe
3, Click the compute name button, a layered tool window will pop up to show host name. In Windows the pop up window will keep visible until the user click the mouse in the main dialog window or switch to other program (see the attache png file) .
But in Wine the pop up window will be closed immediately when present.