On Mon, Oct 11, 2021 at 08:21:31PM +0200, Alexandre Julliard wrote:
Connor McAdams cmcadams@codeweavers.com writes:
Add optional EVENT_OBJECT_FOCUS winevents to correspond with optional HCBT_SETFOCUS hooks that are currently sent by Wine, and presumably Windows versions prior to Vista.
If they are no longer sent, they should be removed from the tests, and Wine fixed. We don't want to add new optional messages if they never appear on Windows.
-- Alexandre Julliard julliard@winehq.org
Well, I'm assuming they were sent in older versions of Windows as well, but since they weren't being tested for, nobody added them to the sequence.
I will investigate how to fix Wine to match newer Windows behavior, but I'm suspecting it might be kind of complicated.
Thanks for the reply!