http://bugs.winehq.org/show_bug.cgi?id=4381
------- Additional Comments From raimonds.praude@sets.lv 2006-23-01 03:58 ------- Created an attachment (id=1748) --> (http://bugs.winehq.org/attachment.cgi?id=1748&action=view) A patch for edit.c file correcting the problem
Updated WM_GETDLGCODE message processing in EditWndProc_common function: limited the cases when multiline Edit control overtakes the keystrokes with DLGC_WANTMESSAGE/DLGC_WANTALLKEYS. These cases are: 1) if <Control> key is pressed (e.g. Control-TAB for inserting tab) or 2) if the style of Edit control is ES_WANTRETURN and <Enter> key is pressed.