http://bugs.winehq.org/show_bug.cgi?id=58953 --- Comment #3 from Matthias Schwarzott <zzam@gentoo.org> --- The focus stealing for Adobe Digital Editions 2.0 is fixed with the first commit after wine-11.0-rc3. commit e4a14b8ce23d69213b7d161ba3f420d0b8b578e5 (HEAD) Author: Rémi Bernon <rbernon@codeweavers.com> Date: Sat Dec 20 15:52:07 2025 +0100 winex11: Set net_active_window_serial when activating withdrawn windows. The workaround to avoid breaking Cinnamon / Muffin caused some logic change, where GetWindowStateUpdates started returning the previously active window as foreground, as there's no _NET_ACTIVE_WINDOW pending request being recorded anymore. If GetWindowStateUpdates gets called after the window activation request but before its mapping is requested from WindowStateChanged, it would change the Win32 foreground window too, causing spurious focus loss. Fixes: c8422a619b46d25e55907fd5526b1d9fae8c3943 dlls/winex11.drv/window.c | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) -- 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.