http://bugs.winehq.org/show_bug.cgi?id=60125 Bug ID: 60125 Summary: Yabridge overlaping windows on some WM produce dead zone for input (regression 11.13) Product: Wine Version: 11.14 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: gogokily@gmail.com Target Milestone: --- Distribution: --- Had some trouble for a longer time and identified the bad commit with bisect: ff4a5a3b917d44e3a0ca3bf9fec4ad95086d85da is the first 'bad' commit commit ff4a5a3b917d44e3a0ca3bf9fec4ad95086d85da Author: Rémi Bernon <rbernon@codeweavers.com> Date: Tue Jun 30 08:20:45 2026 +0200 winex11: Remove now unnecessary update_window_zorder call. dlls/winex11.drv/mouse.c | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) So what happens is when two windows overlap in x11/wayland space you cannot raise the bottom one any more and that overlapping zone becomes input dead zone. For reproduction: 1. Install xwayland-satelite 2. Install yabridge 3. Daw of choice (Reaper on my end) 4. Open two SAME plugins (what matters is that one covers buttons/knobs of another) 5. Try to click on knobs, buttons on first plugin 6. Mouse input does not work at all Image for context: https://imgur.com/XNABxKF I found this issue while writing my own wm and noticed that native linux vst3 plugins act normal but yabridge plugins I have that deadzone for input. After I tried xwayland-satellite and saw that it has same issue. In both my and yabridge case we create all windows at 0,0 so multiple windows will overlap. I XRaise the window in on-enter event and that works fine for native plugins but yabridge does not give mouse input (window stack is raised I can confirm that via xwininfo but mouse suffers from dead zone. This issue however does not happen on standard xwayland (hyprland etc). So not sure whats exactly is the problem. Anyway this commit is the cause of described issue. Thanks! -- 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.