https://bugs.winehq.org/show_bug.cgi?id=50511
Bug ID: 50511 Summary: Datetime conrtol doesn't handle WM_SYSKEYDOWN/VK_DOWN. Product: Wine Version: 6.0-rc6 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: jactry92@gmail.com Distribution: ---
Created attachment 69175 --> https://bugs.winehq.org/attachment.cgi?id=69175 a quick hack.
Some .net applications implement a button for showing the dropdown of DateTime control by themselves. And the button sends WM_SYSKEYDOWN/VK_DOWN to DateTime control actually. So without this message implemented, nothing will be shown after clicking the button.
Attached is a quick hack that made the application I tested happy. But we may still need some tests for it for upstream.
https://bugs.winehq.org/show_bug.cgi?id=50511
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #69175|0 |1 is patch| |
https://bugs.winehq.org/show_bug.cgi?id=50511
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- This looks good according to my testing on Windows, it does pop up on both version 5 and 6. We'll need to consolidate this logic though, so it's not duplicated with between WM_SYSKEYDOWN and normal user clicks handler.
https://bugs.winehq.org/show_bug.cgi?id=50511
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Datetime conrtol doesn't |Datetime control doesn't |handle |handle |WM_SYSKEYDOWN/VK_DOWN. |WM_SYSKEYDOWN/VK_DOWN.
https://bugs.winehq.org/show_bug.cgi?id=50511
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fgouget@codeweavers.com Keywords| |patch