[Bug 39547] OllyDbg 2.x tooltips steal focus from their parent window

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Oct 7 03:54:39 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=39547

--- Comment #16 from Chituc Georgian <dianaxxyyzz at gmail.com> ---
Hello ,
I've created a lot of cases ,like photoshop , that reproduce the tool tips
stealing focus and not dissapearing and for me this paches fixed it .

The code is simple , and extreme wine developers can inspire and rewrite the
patches how they think it is the best .
The idea for tool tips ,to do not stealing focus, is that every window created
that has the class TOOLTIPS_CLASS , has to have a WS_POPUP style , or it will
steal focus .
And also the tool tips that are created via CreateWindow ,and are managed by
the window manager, and refuse to dissapear , must be hidden using the
ShowWindow( hwnd, 0 ) , or they will refuse to dissapear.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list