Checking out master and running the GUI tests causes them to hang when my mouse buttons are swapped. If I revert the mouse buttons to the standard "left is primary", "right is secondary" then the tests don't hang, but some still fail.
Presumably the tests are faking up mouse events. They should refer to the buttons symbolically as "primary" and "secondary" instead of assuming that left == primary.
ace3d4d936 2025-09-18 vadim Merge branch 'cmake-lib' of github.com:MaartenBent/wxWidgets
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
We probably could account for this in src/msw/uiaction.cpp
but, frankly, this is rather low priority.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Completely understandable on the priority. I am a little perplexed why all the test executables have at least one failure on my Windows 11 machine. I'd like to be able to run the tests clean, so if I come up with fixes, I'll submit PRs.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.