[Bug 58804] New: Incorrect ConfigureNotify processing in xfce
http://bugs.winehq.org/show_bug.cgi?id=58804 Bug ID: 58804 Summary: Incorrect ConfigureNotify processing in xfce Product: Wine Version: 10.16 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winex11.drv Assignee: wine-bugs(a)winehq.org Reporter: valy(a)etersoft.ru CC: rbernon(a)codeweavers.com Regression SHA1: 0f1d999bb878ea54214057d3662c116271ec4812 Distribution: --- When switching from windowed mode to maximized mode in Notepad and back, a situation arises in which the window retains its size as in maximized mode. Example: 1) Launching wine notepad 2) A window opens with dimensions of 800x600 3) I switch to maximized mode and the window changes size to 1024x800 4) I switch to windowed mode, the window becomes 800x600 in size for a split second, and eventually retains the size of 1024x800 (while the mode becomes windowed) The bug is reproduced in xfce, I did not observe this bug in mate. After investigating the problem a bit, I noticed that this behavior is due to incorrect processing of repeated ConfigureNotify requests with the value send_event=True in X11DRV_ConfigureNotify. This is a regression. The bug appears for the first time after the commit https://gitlab.winehq.org/wine/wine/-/commit/0f1d999bb878ea54214057d3662c116... , which added asynchronous event handling. Returning to the synchronous method solves the bug Version: wine-10.16-212-g6124fea1dde -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58804 valy(a)etersoft.ru <valy(a)etersoft.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58804 Rémi Bernon <rbernon(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |be60f77909fc9ce2c9b6f1abd00 | |5e3b4aabaafec Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #1 from Rémi Bernon <rbernon(a)codeweavers.com> --- I believe this should be fixed with be60f77909fc9ce2c9b6f1abd005e3b4aabaafec. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58804 --- Comment #2 from valy(a)etersoft.ru <valy(a)etersoft.ru> --- Thanks, everything is working! -- 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.
http://bugs.winehq.org/show_bug.cgi?id=58804 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 10.18. -- 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.
participants (1)
-
WineHQ Bugzilla