http://bugs.winehq.com/show_bug.cgi?id=1320
------- Additional Comments From fsteinel@flonet.net 2003-22-06 09:29 ------- Bug comments restored from Gmane.org:
The internal GUI engine of Jade does complete top down drawing of a window and all its children in the same pass. To draw a textbox, the following logic is called:
::SetViewportOrgEx(hdc, rect.left, rect.top, NULL); ::SendMessage(hwnd, WM_PRINTCLIENT, (WPARAM)hdc, PRF_CLIENT | PRF_ERASEBKGND);
Under Wine, this does not produce any visible output.
------- Additional Comments From mike <at> theoretic.com 2003-03-30 15:32 ------- Can you please produce a test case for this behaviour, or make available your application for testing?