• Zhiyi Zhang's avatar
    user32/tests: Do not modify cursor position when simulating clicks. · 40492eb0
    Zhiyi Zhang authored
    FVWM by default uses a focus follow mouse model so the window under the mouse cursor automatically
    gets focus. Windows explorer.exe and other windows managers use click to focus model. So on FVWM,
    if a test changes the cursor position, it might affects other tests that rely on a specific focus
    window. Restore the cursor position after sending simulating clicks to avoid affecting other tests
    unintentionally. FVWM could be configured to use a click to focus model, but right now it will make
    many tests starting to succeed and other tests fail. So it seems to be too big of a change. Flaky
    is added to test_SetWindowPos() because this patch makes the tests succeed on Gitlab CI but the same
    tests still fails for other window managers and on TestBots.
    40492eb0
Name
Last commit
Last update
..
resources Loading commit data...
tests Loading commit data...
Makefile.in Loading commit data...
button.c Loading commit data...
class.c Loading commit data...
clipboard.c Loading commit data...
combo.c Loading commit data...
controls.h Loading commit data...
cursoricon.c Loading commit data...
dde_client.c Loading commit data...
dde_misc.c Loading commit data...
dde_private.h Loading commit data...
dde_server.c Loading commit data...
defdlg.c Loading commit data...
defwnd.c Loading commit data...
desktop.c Loading commit data...
dialog.c Loading commit data...
edit.c Loading commit data...
exticon.c Loading commit data...
hook.c Loading commit data...
icontitle.c Loading commit data...
input.c Loading commit data...
listbox.c Loading commit data...
lstr.c Loading commit data...
mdi.c Loading commit data...
menu.c Loading commit data...
message.c Loading commit data...
misc.c Loading commit data...
msgbox.c Loading commit data...
nonclient.c Loading commit data...
property.c Loading commit data...
resource.c Loading commit data...
resources.h Loading commit data...
scroll.c Loading commit data...
static.c Loading commit data...
sysparams.c Loading commit data...
text.c Loading commit data...
uitools.c Loading commit data...
user32.rc Loading commit data...
user32.spec Loading commit data...
user_main.c Loading commit data...
user_private.h Loading commit data...
win.c Loading commit data...
winhelp.c Loading commit data...
winproc.c Loading commit data...
winstation.c Loading commit data...
wsprintf.c Loading commit data...