-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hello, the comctl32:propsheet and comctl32:listview are regularly failing on the Windows testbots.
This is visible in these test runs with an "empty" patch to these tests: https://testbot.winehq.org/JobDetails.pl?Key=6828 https://testbot.winehq.org/JobDetails.pl?Key=6829
This is because windows forbids them to get into foreground.
This patch is working around this by simulating an ALT key press and then calling SetForegroundWindow.
These are the results with an earlier revision of this patch: https://testbot.winehq.org/JobDetails.pl?Key=6832 https://testbot.winehq.org/JobDetails.pl?Key=6833
Kind regards, Bernhard