[Bug 38626] Word 2010 image text mode wrapping menu hides after a few seconds

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jan 19 15:14:09 CST 2017


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

Andrew Eikum <aeikum at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aeikum at codeweavers.com

--- Comment #5 from Andrew Eikum <aeikum at codeweavers.com> ---
Office creates the right-click menu without the WS_EX_LAYERED style, but then
adds this style later when it needs to be made transparent.

With the X11 driver, the X11 window is destroyed and recreated when
UpdateLayeredWindow() is called in order to change the visual
(set_window_visual). Since the topmost window is destroyed, the window manager
sends a focus change notification. This notification works its way up to the
Office menu message handler, which destroys the menu because it no longer has
focus.

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