[Bug 50511] New: Datetime conrtol doesn't handle WM_SYSKEYDOWN/VK_DOWN.
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(a)winehq.org Reporter: jactry92(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50511 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #69175|0 |1 is patch| | -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50511 --- Comment #1 from Nikolay Sivov <bunglehead(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50511 Nikolay Sivov <bunglehead(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50511 François Gouget <fgouget(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fgouget(a)codeweavers.com Keywords| |patch -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=50511 KRosUser <kyle.kcsoftwares(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle.kcsoftwares(a)gmail.com --- Comment #2 from KRosUser <kyle.kcsoftwares(a)gmail.com> --- Looking at https://github.com/wine-mirror/wine/blob/master/dlls/comctl32/datetime.c#L17... this patch has not been integrated. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla