https://bugs.winehq.org/show_bug.cgi?id=27403 --- Comment #18 from Dimitris Zervas <dzervas(a)dzervas.gr> --- Created attachment 76452 --> https://bugs.winehq.org/attachment.cgi?id=76452 WineVSWindows_SetUserPos.log I added some code to log all NtUserSetWindowPos to wine and I understood the following: The problematic code calls SetWindowPos many times with flag=0 and after=HWND_TOPMOST I ran the program under a Windows VM (which runs fine) and using API Monitor I logged all the SetWindowPos calls I found that the calls where not nearly as many and the X and CX arguments where not counted down although that's true in wine - thus the "animation" of deleting the text I'm attaching the wine logs vs the windows logs (WineVSWindows_SetUserPos.log) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.