http://bugs.winehq.org/show_bug.cgi?id=59520 Bug ID: 59520 Summary: Tooltip still appears after popup menu opens Product: Wine Version: 11.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: comctl32 Assignee: wine-bugs@list.winehq.org Reporter: ivanresen2006@gmail.com Distribution: --- Created attachment 80546 --> http://bugs.winehq.org/attachment.cgi?id=80546 Minimal source code for reproduction A minimal native Win32 test program shows different behavior on Wine 11.3 compared with Windows 11. Component under test: comctl32 tooltip / popup menu interaction Test environment: - Wine 11.3 - CachyOS x86_64 - Linux 6.19.6-2-cachyos Native comparison: Windows 11 behaves as expected with the same test program. Steps to reproduce: 1. Launch the attached test program. 2. Move the mouse over the tooltip target. 3. Do not wait for the tooltip to appear. 4. Quickly open the context menu before the tooltip timer fires. 5. Observe that the context menu opens, but the tooltip still appears afterward. Actual result: The tooltip appears after the popup/context menu is already open, so the two UI elements interfere with each other. Expected result: Once the popup/context menu is opened, the pending tooltip should be canceled or suppressed and should not appear. Notes: - This behavior was first noticed while investigating ReactOS issue CORE-18063 ("The clocks tooltip and the clocks context menu fight against each other"), but this report is about the attached standalone Win32 test case and the behavioral difference between Wine 11.3 and Windows 11: https://jira.reactos.org/browse/CORE-18063 - Windows 11 does not show this behavior with the same test program. - I am attaching the minimal source code for reproduction. -- 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.