http://bugs.winehq.org/show_bug.cgi?id=13843
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2008-06-12 05:34:22 --- (Thanks for pointing out to my mistake in closing this in a hurry)
That's a problem with our tooltip control. It does send the TTN_SHOW notification, but 1. in response to TTN_SHOW the application sends TTM_GETCURRENTTOOL to the tooltip, and tooltip doesn't fill some vital fields in TTTOOLINFO structure the app relies upon (hwnd, uId, lpszText) 2. in response to TTN_SHOW the application resizes the tooltip to draw a custom image on it, unfortunately right after TTN_SHOW was sent the tooltip control resizes itself, and the size the app set get lost.