http://bugs.winehq.org/show_bug.cgi?id=17584
--- Comment #2 from Gabriele Moabiti gabmoa@yahoo.it 2009-03-02 18:11:10 --- Does it should be handled in this mode?
case VK_ESCAPE:
/* VK_ESCAPE gets handled by the dialog box window process */ if (!EDIT_IsInsideDialog(es)) return 1; /* 1 is right?*/
if (!(es->style & ES_MULTILINE)) SendMessageW(GetParent(es->hwndSelf), WM_COMMAND, IDCANCEL, (LPARAM)GetDlgItem( GetParent(es->hwndSelf), IDCANCEL ) );