https://bugs.winehq.org/show_bug.cgi?id=54133
Bug ID: 54133 Summary: A WM_CLIPCHILDREN window's repaint region is not computed correctly when its child is resized or repositioned Product: Wine Version: 7.12 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wineserver Assignee: wine-bugs@winehq.org Reporter: jinoh.kang.kr@gmail.com Regression SHA1: 33617af8145b6fadfe41d48968a728ff57b3064b Distribution: ---
Wine sometimes under-calculates the repaint region of WM_CLIPCHILDREN windows with a child window that has been resized or repositioned.
The regression started with the following commit:
commit 33617af8145b6fadfe41d48968a728ff57b3064b Author: Jinoh Kang jinoh.kang.kr@gmail.com Date: Mon Oct 31 22:30:20 2022 +0900
server: Don't invalidate the newly exposed child region on the parent if it doesn't clip children.
This partly reverts e42eaaaf3a873d29b14f8f3a3617df2d0d4210ca.
Signed-off-by: Jinoh Kang jinoh.kang.kr@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=54133
--- Comment #1 from Jinoh Kang jinoh.kang.kr@gmail.com --- Reported affected applications include regedit.exe.
https://bugs.winehq.org/show_bug.cgi?id=54133
Jinoh Kang jinoh.kang.kr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|7.12 |8.0-rc1
https://bugs.winehq.org/show_bug.cgi?id=54133
Jinoh Kang jinoh.kang.kr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Jinoh Kang jinoh.kang.kr@gmail.com --- Invalid.
https://bugs.winehq.org/show_bug.cgi?id=54133
Jinoh Kang jinoh.kang.kr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Jinoh Kang jinoh.kang.kr@gmail.com --- Closing.