[Bug 23453] Worms Armageddon cannot send text in WormNET

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Sep 14 04:40:14 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=23453

--- Comment #8 from Vladimir Panteleev <thecybershadow at gmail.com> 2010-09-14 04:40:12 CDT ---
Actually, if you look at the IsDialogMessage implementation, it's quite clear
what's going on:

http://source.winehq.org/source/dlls/user32/dialog.c#L1224

DM_GETDEFID returns IDOK, but since there's no IDOK control on the dialog, Wine
decides to not do anything (instead of sending the IDOK like on line 1231).

I suppose I'll prepare a patch and testcase for the test suite.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list