[Bug 4381] Cannot change focus with TAB from edit control

Wine Bugs wine-bugs at winehq.org
Mon Jan 23 03:58:19 CST 2006


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





------- Additional Comments From raimonds.praude at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list