3 Mar
2026
3 Mar
'26
4:27 a.m.
On Mon Feb 16 14:09:01 2026 +0000, Ivan Ivlev wrote:
I wrote a simple test program with edit control, which prints in console every time WM_CAPTURECHANGED is processed and process WM_LBUTTONDOWN twice. I did this by subclassing default edit control and calling original edit procedure twice on WM_LBUTTONDOWN. Running this test on windows I see this sequence: WM_LBUTTONDOWN -\> WM_CAPTURECHANGED -\> WM_LBUTTONUP -\> WM_CAPTURECHANGED So, I assume, WM_CAPTURECHANGED should happen there. Should i make a bug to attach this test program? It would be best if you could add the test to Wine's test suite for edit control.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10104#note_131088