https://bugs.winehq.org/show_bug.cgi?id=39659
Bug ID: 39659 Summary: comctl32:button test gets unexpected WM_CANCELMODE on my Windows 8 laptop Product: Wine Version: 1.8-rc1 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: madewokherd@gmail.com
Created attachment 52866 --> https://bugs.winehq.org/attachment.cgi?id=52866 log of test failure
Test report: https://test.winehq.org/data/1d19eb15d4abfdd14dccc5ac05b83c0ee1a1ace1/win8_k...
Message tests calling SetFocus() on a button fail on my Windows 8 machine, because they get a WM_CANCELMODE message they weren't expecting. I have no idea what's special about my setup. It doesn't matter if I run the test stand-alone or with the full test suite, or if I run it as a dedicated user with a default configuration.
https://bugs.winehq.org/show_bug.cgi?id=39659
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase CC| |madewokherd@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=39659
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|comctl32:button test gets |comctl32:button test gets |unexpected WM_CANCELMODE on |unexpected WM_CANCELMODE on |my Windows 8 laptop |win8 with touchscreen
--- Comment #1 from Vincent Povirk madewokherd@gmail.com --- The tests pass if I disable my touchscreen in Device Manager.
https://bugs.winehq.org/show_bug.cgi?id=39659
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|comctl32:button test gets |comctl32 message tests fail |unexpected WM_CANCELMODE on |on win8 with touchscreen |win8 with touchscreen |
--- Comment #2 from Vincent Povirk madewokherd@gmail.com --- Same situation with monthcal, propsheet, trackbar, and treeview. Having a touchscreen breaks the message tests.
https://bugs.winehq.org/show_bug.cgi?id=39659
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source Summary|comctl32 message tests fail |comctl32 message tests fail |on win8 with touchscreen |on win8 with touchscreen | |(comctl32:button, | |comctl32:monthcal, etc.) CC| |fgouget@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=39659
--- Comment #3 from François Gouget fgouget@codeweavers.com --- Is this still the case?