http://bugs.winehq.org/show_bug.cgi?id=28447
Summary: Can't select lookup field by mouse in application with DevExpress components Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: arkinform@gmail.com
I try to run native Windows application in Wine. Compiler Delphi 2010 and DevExpress components for visual interface (http://www.devexpress.com). It works ok. But I have one trouble: I can't select value in lookup components by mouse. By keyboard I can do it. In any Windows it works without problems. I have attached small test application with different lookup controlls.
http://bugs.winehq.org/show_bug.cgi?id=28447
--- Comment #1 from arkinform@gmail.com 2011-09-20 07:48:01 CDT --- You can download small test application from http://www.sendspace.com/file/gi3y91
http://bugs.winehq.org/show_bug.cgi?id=28447
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com 2011-09-20 08:02:45 CDT --- Confirming in 1.3.28.
http://bugs.winehq.org/show_bug.cgi?id=28447
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #3 from Austin English austinenglish@gmail.com 2011-09-20 12:26:22 CDT --- Confirming.
http://bugs.winehq.org/show_bug.cgi?id=28447
--- Comment #4 from arkinform@gmail.com 2011-09-28 05:50:31 CDT --- Dear Developers! We have some new projects for our medical system and we need to work on Linux. Can we somehow promote the fixing this bug as soon as possible?
http://bugs.winehq.org/show_bug.cgi?id=28447
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.3.28
--- Comment #5 from Dmitry Timoshkov dmitry@baikal.ru 2011-09-29 06:55:14 CDT --- http://wiki.winehq.org/Bugs
http://bugs.winehq.org/show_bug.cgi?id=28447
--- Comment #6 from arkinform@gmail.com 2011-09-29 15:48:05 CDT --- Dmitry, if you tell me about "Don't ask when the bug will be fixed...", I know it and I read this article. My question was about something else: Do you have any commercial support for Wine? For example, can we buy some commercial license and then have a higher priority for bug fixing?
http://bugs.winehq.org/show_bug.cgi?id=28447
--- Comment #7 from Austin English austinenglish@gmail.com 2011-09-29 18:22:18 CDT --- (In reply to comment #6)
Dmitry, if you tell me about "Don't ask when the bug will be fixed...", I know it and I read this article. My question was about something else: Do you have any commercial support for Wine? For example, can we buy some commercial license and then have a higher priority for bug fixing?
http://bugs.winehq.org/show_bug.cgi?id=28447
--- Comment #8 from Dmitry Timoshkov dmitry@baikal.ru 2011-09-29 22:14:44 CDT --- (In reply to comment #7)
(In reply to comment #6)
Dmitry, if you tell me about "Don't ask when the bug will be fixed...", I know it and I read this article. My question was about something else: Do you have any commercial support for Wine? For example, can we buy some commercial license and then have a higher priority for bug fixing?
I don't think that Codeweavers give high priority for custom application bugs (if they consider fixing them at all without paying a lot of money).
http://bugs.winehq.org/show_bug.cgi?id=28447
--- Comment #9 from Dmitry Timoshkov dmitry@baikal.ru 2011-11-10 23:38:00 CST --- I have a patch that fixes the provided test application, but unfortunately I can't publish it at this point.
http://bugs.winehq.org/show_bug.cgi?id=28447
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |9687ceaf1df1f61159b03966d2d | |3f796b80b7406 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #10 from Alexandre Julliard julliard@winehq.org 2011-11-23 13:42:38 CST --- Fixed by 9687ceaf1df1f61159b03966d2d3f796b80b7406.
http://bugs.winehq.org/show_bug.cgi?id=28447
--- Comment #11 from Dmitry Timoshkov dmitry@baikal.ru 2011-11-23 21:56:34 CST --- This is not entirely correct fix. My tests show that HCBT_SETFOCUS hook is still called in the case of SetFocus called on a top-level WS_CHILD window. SetActiveWindow already does check for a WS_CHILD window being activated, so my fix was to move the WS_CHILD check down to set_active_window, and handle a failure returned by it in SetFocus. That avoids introducing a duplicate check for WS_CHILD.
http://bugs.winehq.org/show_bug.cgi?id=28447
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard julliard@winehq.org 2011-12-02 13:34:32 CST --- Closing bugs fixed in 1.3.34.
https://bugs.winehq.org/show_bug.cgi?id=28447
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |user32