https://bugs.winehq.org/show_bug.cgi?id=40474
Bug ID: 40474 Summary: Popup menus no longer close when clicking on a different window Product: Wine Version: 1.9.8 Hardware: x86 OS: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: user32 Assignee: wine-bugs@winehq.org Reporter: sebastian@fds-team.de CC: madewokherd@gmail.com Regression SHA1: a9bff001a1e2c919b3f6e68d642abb8da957a2bf Distribution: ---
Steps to reproduce: * Open Wines builtin "notepad" application. * Right click to open a popup menu. * Click on a different window (either Wine or native window).
Expected result: * The popup menu should close again.
Actual result: * The popup menu stays open until you click on the background of the same window which opened it.
Bisecting returns the following commit: --- snip --- a9bff001a1e2c919b3f6e68d642abb8da957a2bf is the first bad commit commit a9bff001a1e2c919b3f6e68d642abb8da957a2bf Author: Vincent Povirk vincent@codeweavers.com Date: Mon Mar 14 16:13:56 2016 -0500
user32: Set capture earlier on popup menus.
Signed-off-by: Vincent Povirk vincent@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org --- snip ---