[Bug 41062] Evernote 6.1.x: search box loses focus due to tooltips

WineHQ Bugzilla wine-bugs at winehq.org
Wed Aug 18 15:49:55 CDT 2021


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

--- Comment #18 from Esme Povirk <madewokherd at gmail.com> ---
Created attachment 70494
  --> https://bugs.winehq.org/attachment.cgi?id=70494
possible fix

Looking at WM_TAKE_FOCUS code, it will ignore the request if WM_MOUSEACTIVATE
returns MA_NOACTIVATE. That means handling the message is a possible fix.

Is it acceptable for Wine's tooltip control to do this? Under normal
circumstances on Windows, this message should never be sent to a tooltip, so
it's likely that native does not do this.

-- 
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