user32: Focus editboxes when the context menu is opened. (try 3)

Vincent Povirk madewokherd at gmail.com
Sat May 1 13:52:43 CDT 2010


We can't skip the EndMenu call because that would cause the test to
hang waiting for the menu to finish.

Unless there's some other way we can programmatically close the popup
menu on win95, I think we'll have to skip the whole test.

On Sat, May 1, 2010 at 1:49 PM, Paul Vriens <paul.vriens.wine at gmail.com> wrote:
> On 04/24/2010 10:08 PM, Vincent Povirk wrote:
>>
>> +        case WM_CAPTURECHANGED:
>> +            if (hWnd != (HWND)lParam)
>> +            {
>> +                got_wm_capturechanged = 1;
>> +                EndMenu();
>> +            }
>> +            break;
>
> Hi Vincent,
>
> EndMenu is not available on Win95 so no user32 tests are run on that
> platform at the moment.
>
> Can we skip just this call to EndMenu on Win95, should we skip this whole
> new test (test_contextmenu_focus) on Win95 or is there an alternative?
>
> --
> Cheers,
>
> Paul.
>
>
>



More information about the wine-devel mailing list